Package elki.data.model
Class OPTICSModel
- java.lang.Object
-
- elki.data.model.OPTICSModel
-
-
Field Summary
Fields Modifier and Type Field Description private intendIndexEnd indexprivate intstartIndexStart index
-
Constructor Summary
Constructors Constructor Description OPTICSModel(int startIndex, int endIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEndIndex()End index of OPTICS clusterintgetStartIndex()Starting index of OPTICS clusterjava.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface elki.data.model.Model
writeToText
-
-
-
-
Method Detail
-
getStartIndex
public int getStartIndex()
Starting index of OPTICS cluster- Returns:
- index of cluster start
-
getEndIndex
public int getEndIndex()
End index of OPTICS cluster- Returns:
- index of cluster end
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-