
public static class DependencyDerivator.Parameterizer<V extends NumberVector<?>,D extends Distance<D>> extends AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer<V,D>
| Modifier and Type | Field and Description |
|---|---|
protected int |
outputAccuracy
Output accuracy.
|
protected PCAFilteredRunner<V> |
pca
Class to compute PCA with
|
protected boolean |
randomSample
Flag to enable random sampling
|
protected int |
sampleSize
Sample size.
|
distanceFunction| Constructor and Description |
|---|
DependencyDerivator.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected DependencyDerivator<V,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected int outputAccuracy
protected int sampleSize
protected boolean randomSample
protected PCAFilteredRunner<V extends NumberVector<?>> pca
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer<V extends NumberVector<?>,D extends Distance<D>>config - Parameterization to add options to.protected DependencyDerivator<V,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer