public static class SOD.Parameterizer<V extends NumberVector<V,?>> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
private double |
alpha
Holds the value of
SOD.ALPHA_ID . |
private int |
knn
Holds the value of
SOD.KNN_ID . |
private SharedNearestNeighborSimilarityFunction<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
private int knn
SOD.KNN_ID
.private double alpha
SOD.ALPHA_ID
.private SharedNearestNeighborSimilarityFunction<V extends NumberVector<V,?>> similarityFunction
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