Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use ClusterOrderEntry
de.lmu.ifi.dbs.elki.algorithm.result.clustering Package to collect result classes for the results of clustering algorithms. 
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.result.clustering with type parameters of type ClusterOrderEntry
private  List<ClusterOrderEntry<D>> ClusterOrder.co
          The cluster order.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.result.clustering that return types with arguments of type ClusterOrderEntry
 Iterator<ClusterOrderEntry<D>> ClusterOrder.iterator()
          Returns an iterator over the elements in this cluster order in proper sequence.
 

Method parameters in de.lmu.ifi.dbs.elki.algorithm.result.clustering with type arguments of type ClusterOrderEntry
 int ClusterOrderEntry.compareTo(Identifiable<ClusterOrderEntry<D>> o)
          Compares this object with the specified object for order.
 


Release 0.1 (2008-07-10_1838)