
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, makeprivate int knn
SOD.KNN_ID.private double alpha
SOD.ALPHA_ID.private SharedNearestNeighborSimilarityFunction<V extends NumberVector<V,?>> similarityFunction
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected SOD<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer