Package elki.clustering.optics
Class OPTICSList.Par<O>
- java.lang.Object
-
- elki.clustering.optics.OPTICSList.Par<O>
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- OPTICSList<O>
public static class OPTICSList.Par<O> extends java.lang.ObjectParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.clustering.optics.AbstractOPTICS.Par
distance, epsilon, EPSILON_ID, minpts, MINPTS_ID
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OPTICSList<O>make()-
Methods inherited from class elki.clustering.optics.AbstractOPTICS.Par
configure
-
-
-
-
Method Detail
-
make
public OPTICSList<O> make()
-
-