public static class SOD.Parameterizer<V extends NumberVector<?>,D extends NumberDistance<D,?>> 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 SimilarityFunction<V,D> |
similarityFunction
The similarity function -
SOD.SIM_ID . |
Constructor and Description |
---|
SOD.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected SOD<V,D> |
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 SimilarityFunction<V extends NumberVector<?>,D extends NumberDistance<D,?>> similarityFunction
SOD.SIM_ID
.protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected SOD<V,D> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer