public static class SOD.Parameterizer<V extends NumberVector> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
private double |
alpha
Alpha (discriminance value).
|
static OptionID |
ALPHA_ID
Parameter to indicate the multiplier for the discriminance value for
discerning small from large variances.
|
private int |
knn
Neighborhood size
|
static OptionID |
KNN_ID
Parameter 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 |
models
Track models.
|
static OptionID |
MODELS_ID
Parameter for keeping the models.
|
static OptionID |
SIM_ID
Parameter for the similarity function.
|
private SimilarityFunction<V> |
similarityFunction
The similarity function.
|
Constructor and Description |
---|
SOD.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, make
public 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)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected SOD<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.