
public static class SOD.Parameterizer<V extends NumberVector> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| private double | alphaAlpha (discriminance value). | 
| static OptionID | ALPHA_IDParameter to indicate the multiplier for the discriminance value for
 discerning small from large variances. | 
| private int | knnNeighborhood size | 
| static OptionID | KNN_IDParameter to specify the number of shared nearest neighbors to be
 considered for learning the subspace properties., must be an integer
 greater than 0. | 
| private boolean | modelsTrack models. | 
| static OptionID | MODELS_IDParameter for keeping the models. | 
| static OptionID | SIM_IDParameter for the similarity function. | 
| private SimilarityFunction<V> | similarityFunctionThe similarity function. | 
| Constructor and Description | 
|---|
| Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SOD<V> | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makepublic static final OptionID KNN_ID
public static final OptionID ALPHA_ID
public static final OptionID SIM_ID
public static final OptionID MODELS_ID
private int knn
private double alpha
private SimilarityFunction<V extends NumberVector> similarityFunction
private boolean models
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected SOD<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.