
public static class DependencyDerivator.Parameterizer<V extends NumberVector> extends AbstractNumberVectorDistanceBasedAlgorithm.Parameterizer<V>
| Modifier and Type | Field and Description |
|---|---|
protected int |
outputAccuracy
Output accuracy.
|
protected PCAFilteredRunner |
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> |
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 pca
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractNumberVectorDistanceBasedAlgorithm.Parameterizer<V extends NumberVector>config - Parameterization to add options to.protected DependencyDerivator<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.