Package elki.data.model
Class OPTICSModel
- java.lang.Object
-
- elki.data.model.OPTICSModel
-
-
Field Summary
Fields Modifier and Type Field Description private int
endIndex
End indexprivate int
startIndex
Start index
-
Constructor Summary
Constructors Constructor Description OPTICSModel(int startIndex, int endIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEndIndex()
End index of OPTICS clusterint
getStartIndex()
Starting index of OPTICS clusterjava.lang.String
toString()
-
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:
toString
in classjava.lang.Object
-
-