|
||||||||||
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.spatial.neighborhood.PrecomputedKNearestNeighborNeighborhood.Factory.Parameterizer<O,D>
O
- Object typeD
- Distance typepublic static class PrecomputedKNearestNeighborNeighborhood.Factory.Parameterizer<O,D extends Distance<D>>
Parameterization class
Field Summary | |
---|---|
static OptionID |
DISTANCEFUNCTION_ID
Parameter to specify the distance function to use |
(package private) DistanceFunction<? super O,D> |
distFunc
Distance function |
(package private) int |
k
Parameter k |
static OptionID |
K_ID
Parameter k |
Constructor Summary | |
---|---|
PrecomputedKNearestNeighborNeighborhood.Factory.Parameterizer()
|
Method Summary | |
---|---|
protected PrecomputedKNearestNeighborNeighborhood.Factory<O,D> |
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 |
---|
public static final OptionID K_ID
public static final OptionID DISTANCEFUNCTION_ID
int k
DistanceFunction<? super O,D extends Distance<D>> distFunc
Constructor Detail |
---|
public PrecomputedKNearestNeighborNeighborhood.Factory.Parameterizer()
Method Detail |
---|
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected PrecomputedKNearestNeighborNeighborhood.Factory<O,D> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |