Class ExtendedNeighborhood.Factory.Par<O>
- java.lang.Object
-
- elki.outlier.spatial.neighborhood.ExtendedNeighborhood.Factory.Par<O>
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- ExtendedNeighborhood.Factory<O>
public static class ExtendedNeighborhood.Factory.Par<O> extends java.lang.Object implements elki.utilities.optionhandling.ParameterizerParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private NeighborSetPredicate.Factory<O>innerInner neighbor set predicatestatic elki.utilities.optionhandling.OptionIDNEIGHBORHOOD_IDParameter to specify the neighborhood predicate to use.private intstepsThe number of steps to do.static elki.utilities.optionhandling.OptionIDSTEPS_IDParameter to specify the number of steps allowed
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(elki.utilities.optionhandling.parameterization.Parameterization config)ExtendedNeighborhood.Factory<O>make()
-
-
-
Field Detail
-
NEIGHBORHOOD_ID
public static final elki.utilities.optionhandling.OptionID NEIGHBORHOOD_ID
Parameter to specify the neighborhood predicate to use.
-
STEPS_ID
public static final elki.utilities.optionhandling.OptionID STEPS_ID
Parameter to specify the number of steps allowed
-
steps
private int steps
The number of steps to do.
-
inner
private NeighborSetPredicate.Factory<O> inner
Inner neighbor set predicate
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
- Specified by:
configurein interfaceelki.utilities.optionhandling.Parameterizer
-
make
public ExtendedNeighborhood.Factory<O> make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer
-
-