Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.result.ClusterOrderEntry

Packages that use ClusterOrderEntry
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.visualization.opticsplot Code for drawing OPTICS plots 
 

Uses of ClusterOrderEntry in de.lmu.ifi.dbs.elki.result
 

Fields in de.lmu.ifi.dbs.elki.result with type parameters of type ClusterOrderEntry
private  ArrayList<ClusterOrderEntry<D>> ClusterOrderResult.clusterOrder
          Cluster order storage
private  ArrayList<ClusterOrderEntry<D>> ClusterOrderResult.ClusterOrderAdapter.clusterOrder
          Access reference.
private  HashMap<Integer,ClusterOrderEntry<D>> ClusterOrderResult.map
          Map of object IDs to their cluster order entry
private  HashMap<Integer,ClusterOrderEntry<D>> ClusterOrderResult.ReachabilityDistanceAdapter.map
          Access reference.
private  HashMap<Integer,ClusterOrderEntry<D>> ClusterOrderResult.PredecessorAdapter.map
          Access reference.
 

Methods in de.lmu.ifi.dbs.elki.result that return types with arguments of type ClusterOrderEntry
 List<ClusterOrderEntry<D>> ClusterOrderResult.getClusterOrder()
          Retrieve the complete cluster order.
 Iterator<ClusterOrderEntry<D>> ClusterOrderResult.iterator()
          The cluster order is iterable
 

Methods in de.lmu.ifi.dbs.elki.result with parameters of type ClusterOrderEntry
 void ClusterOrderResult.add(ClusterOrderEntry<D> ce)
          Add an object to the cluster order.
 

Constructor parameters in de.lmu.ifi.dbs.elki.result with type arguments of type ClusterOrderEntry
ClusterOrderResult.ClusterOrderAdapter(ArrayList<ClusterOrderEntry<D>> clusterOrder)
          Constructor.
ClusterOrderResult.PredecessorAdapter(HashMap<Integer,ClusterOrderEntry<D>> map)
          Constructor.
ClusterOrderResult.ReachabilityDistanceAdapter(HashMap<Integer,ClusterOrderEntry<D>> map)
          Constructor.
 

Uses of ClusterOrderEntry in de.lmu.ifi.dbs.elki.visualization.opticsplot
 

Methods in de.lmu.ifi.dbs.elki.visualization.opticsplot with parameters of type ClusterOrderEntry
 int OPTICSColorAdapter.getColorForEntry(ClusterOrderEntry<?> coe)
          Get the color value for a particular cluster order entry.
 int OPTICSColorFromClustering.getColorForEntry(ClusterOrderEntry<?> coe)
           
 int OPTICSColorStatic.getColorForEntry(ClusterOrderEntry<?> coe)
           
 double OPTICSCorrelationDimensionalityDistance.getDoubleForEntry(ClusterOrderEntry<CorrelationDistance<?>> coe)
           
 double OPTICSDistanceAdapter.getDoubleForEntry(ClusterOrderEntry<D> coe)
          Get the double value for plotting for a cluster order entry.
 double OPTICSNumberDistance.getDoubleForEntry(ClusterOrderEntry<NumberDistance<?,?>> coe)
           
 

Method parameters in de.lmu.ifi.dbs.elki.visualization.opticsplot with type arguments of type ClusterOrderEntry
protected  LinearScale OPTICSPlot.computeScale(List<ClusterOrderEntry<D>> order)
          Compute the scale (value range)
 


Release 0.3 (2010-03-31_1612)