Package elki.clustering.optics
Interface GeneralizedOPTICS
-
- All Superinterfaces:
Algorithm
,OPTICSTypeAlgorithm
public interface GeneralizedOPTICS extends OPTICSTypeAlgorithm
A trivial generalization of OPTICS that is not restricted to numerical distances, and serves as a base for several other algorithms (HiCO, HiSC).- Since:
- 0.7.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GeneralizedOPTICS.Instance<R>
Instance for processing a single data set.-
Nested classes/interfaces inherited from interface elki.Algorithm
Algorithm.Utils
-
-
Method Summary
-
Methods inherited from interface elki.Algorithm
getInputTypeRestriction
-
Methods inherited from interface elki.clustering.optics.OPTICSTypeAlgorithm
autorun, getMinPts
-
-