
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 | outputAccuracyOutput accuracy. | 
| protected PCAFilteredRunner<V> | pcaClass to compute PCA with | 
| protected boolean | randomSampleFlag to enable random sampling | 
| protected int | sampleSizeSample 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