de.lmu.ifi.dbs.elki.visualization.opticsplot
Class OPTICSCut

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSCut

public class OPTICSCut
extends Object

Compute a partitioning from an OPTICS plot by doing a horizontal cut.


Constructor Summary
OPTICSCut()
           
 
Method Summary
static
<D extends Distance<D>>
Clustering<Model>
makeOPTICSCut(ClusterOrderResult<D> co, OPTICSDistanceAdapter<D> adapter, double epsilon)
          Compute an OPTICS cut clustering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OPTICSCut

public OPTICSCut()
Method Detail

makeOPTICSCut

public static <D extends Distance<D>> Clustering<Model> makeOPTICSCut(ClusterOrderResult<D> co,
                                                                      OPTICSDistanceAdapter<D> adapter,
                                                                      double epsilon)
Compute an OPTICS cut clustering

Type Parameters:
D - Distance type
Parameters:
co - Cluster order result
adapter - Distance adapter
epsilon - Epsilon value for cut
Returns:
New partitioning clustering

Release 0.4.0 (2011-09-20_1324)