de.lmu.ifi.dbs.elki.algorithm.clustering
Class OPTICSXi.SteepUpArea

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepArea
      extended by de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepUpArea
Enclosing class:
OPTICSXi<N extends NumberDistance<N,?>>

public static class OPTICSXi.SteepUpArea
extends OPTICSXi.SteepArea

Data structure to represent a steep-down-area for the xi method.


Constructor Summary
OPTICSXi.SteepUpArea(int startindex, int endindex, double endDouble)
          Constructor
 
Method Summary
 String toString()
           
 
Methods inherited from class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepArea
getEndIndex, getMaximum, getStartIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OPTICSXi.SteepUpArea

public OPTICSXi.SteepUpArea(int startindex,
                            int endindex,
                            double endDouble)
Constructor

Parameters:
startindex - Starting index
endindex - End index
endDouble - End value (= maximum)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Release 0.4.0 (2011-09-20_1324)