Uses of Class
messif.pivotselection.ClusterPivotChooser.Cluster

Packages that use ClusterPivotChooser.Cluster
messif.pivotselection Support for selection of representative objects (pivots). 
 

Uses of ClusterPivotChooser.Cluster in messif.pivotselection
 

Fields in messif.pivotselection declared as ClusterPivotChooser.Cluster
protected  ClusterPivotChooser.Cluster ClusterPivotChooser.Pair.cluster1
          Cluster id
protected  ClusterPivotChooser.Cluster ClusterPivotChooser.Pair.cluster2
          Cluster id
 

Methods in messif.pivotselection that return ClusterPivotChooser.Cluster
 ClusterPivotChooser.Cluster ClusterPivotChooser.Pair.getFirstCluster()
          Returns the first cluster in this pair
 ClusterPivotChooser.Cluster ClusterPivotChooser.Pair.getSecondCluster()
          Returns the second cluster in this pair
 

Methods in messif.pivotselection with parameters of type ClusterPivotChooser.Cluster
 void ClusterPivotChooser.Cluster.mergeWithCluster(ClusterPivotChooser.Cluster cluster, ClusterPivotChooser.PrecomputedDistances pd)
          Merge this cluster with the passed cluster and set the new cluster's radius.
 

Constructors in messif.pivotselection with parameters of type ClusterPivotChooser.Cluster
ClusterPivotChooser.Cluster(ClusterPivotChooser.Cluster model)
          Copy constructor
ClusterPivotChooser.Pair(ClusterPivotChooser.Cluster cluster1, ClusterPivotChooser.Cluster cluster2, ClusterPivotChooser.PrecomputedDistances pd)
          Creates a new pair of two cluster.