
public static class ABOD.Parameterizer<V extends NumberVector<V,?>> extends AbstractDistanceBasedAlgorithm.Parameterizer<V,DoubleDistance>
| Modifier and Type | Field and Description |
|---|---|
protected int |
k |
protected PrimitiveSimilarityFunction<V,DoubleDistance> |
primitiveKernelFunction |
protected int |
sampleSize |
distanceFunction| Constructor and Description |
|---|
ABOD.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected ABOD<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected int k
protected int sampleSize
protected PrimitiveSimilarityFunction<V extends NumberVector<V,?>,DoubleDistance> primitiveKernelFunction
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector<V,?>,DoubleDistance>config - Parameterization to add options to.protected ABOD<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer