|
||||||||||
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.weighted.LinearWeightedExtendedNeighborhood.Factory.Parameterizer<O>
public static class LinearWeightedExtendedNeighborhood.Factory.Parameterizer<O>
Parameterization class.
Field Summary | |
---|---|
private NeighborSetPredicate.Factory<O> |
inner
Inner neighbor set predicate |
static OptionID |
NEIGHBORHOOD_ID
Parameter to specify the neighborhood predicate to use. |
private int |
steps
The number of steps to do. |
static OptionID |
STEPS_ID
Parameter to specify the number of steps allowed |
Constructor Summary | |
---|---|
LinearWeightedExtendedNeighborhood.Factory.Parameterizer()
|
Method Summary | ||
---|---|---|
protected static
|
getParameterInnerNeighborhood(Parameterization config)
Inner neighborhood parameter. |
|
static int |
getParameterSteps(Parameterization config)
Get the number of steps to do in the neighborhood graph. |
|
protected LinearWeightedExtendedNeighborhood.Factory<O> |
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 NEIGHBORHOOD_ID
public static final OptionID STEPS_ID
private int steps
private NeighborSetPredicate.Factory<O> inner
Constructor Detail |
---|
public LinearWeightedExtendedNeighborhood.Factory.Parameterizer()
Method Detail |
---|
protected static <O> NeighborSetPredicate.Factory<O> getParameterInnerNeighborhood(Parameterization config)
config
- Parameterization
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.public static int getParameterSteps(Parameterization config)
config
- Parameterization
protected LinearWeightedExtendedNeighborhood.Factory<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |