Package elki.clustering.optics
Class OPTICSList.Par<O>
- java.lang.Object
-
- elki.clustering.optics.OPTICSList.Par<O>
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- OPTICSList<O>
public static class OPTICSList.Par<O> extends java.lang.Object
Parameterization 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()
Make an instance after successful configuration.-
Methods inherited from class elki.clustering.optics.AbstractOPTICS.Par
configure
-
-
-
-
Method Detail
-
make
public OPTICSList<O> make()
Description copied from interface:Parameterizer
Make an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Object
as return type.- Returns:
- a new instance
-
-