Package elki.clustering.optics
Interface OPTICSTypeAlgorithm
-
- All Superinterfaces:
elki.Algorithm
- All Known Subinterfaces:
GeneralizedOPTICS
- All Known Implementing Classes:
AbstractOPTICS,FastOPTICS,HiCO,HiSC,OPTICSHeap,OPTICSList
public interface OPTICSTypeAlgorithm extends elki.AlgorithmInterface for OPTICS type algorithms, that can be analyzed by OPTICS Xi etc.- Since:
- 0.7.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ClusterOrderautorun(elki.database.Database database)intgetMinPts()Get the minpts value used.
-
-
-
Method Detail
-
autorun
default ClusterOrder autorun(elki.database.Database database)
- Specified by:
autorunin interfaceelki.Algorithm
-
getMinPts
int getMinPts()
Get the minpts value used. Needed for OPTICS Xi.- Returns:
- minpts value
-
-