de.lmu.ifi.dbs.elki.data.model
Class OPTICSModel

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.data.model.BaseModel
      extended by de.lmu.ifi.dbs.elki.data.model.OPTICSModel
All Implemented Interfaces:
Model

public class OPTICSModel
extends BaseModel

Model for an OPTICS cluster


Field Summary
private  int endIndex
          End index
private  int startIndex
          Start index
 
Constructor Summary
OPTICSModel(int startIndex, int endIndex)
           
 
Method Summary
 int getEndIndex()
          End index of OPTICS cluster
 int getStartIndex()
          Starting index of OPTICS cluster
 String toString()
           
 
Methods inherited from class de.lmu.ifi.dbs.elki.data.model.BaseModel
writeToText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

startIndex

private int startIndex
Start index


endIndex

private int endIndex
End index

Constructor Detail

OPTICSModel

public OPTICSModel(int startIndex,
                   int endIndex)
Parameters:
startIndex -
endIndex -
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 String toString()
Overrides:
toString in class Object

Release 0.4.0 (2011-09-20_1324)