|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.Parameterizer<V>
public static class SOD.Parameterizer<V extends NumberVector<V,?>>
Parameterization class.
Field Summary | |
---|---|
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 Summary | |
---|---|
SOD.Parameterizer()
|
Method Summary | |
---|---|
protected SOD<V> |
makeInstance()
Make an instance after successful configuration. |
protected void |
makeOptions(Parameterization config)
Add all options. |
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer |
---|
configure, make |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int knn
SOD.KNN_ID
.
private double alpha
SOD.ALPHA_ID
.
private SharedNearestNeighborSimilarityFunction<V extends NumberVector<V,?>> similarityFunction
Constructor Detail |
---|
public SOD.Parameterizer()
Method Detail |
---|
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
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |