Uses of Class
messif.pivotselection.ClusterPivotChooser.PrecomputedDistances

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

Uses of ClusterPivotChooser.PrecomputedDistances in messif.pivotselection
 

Methods in messif.pivotselection with parameters of type ClusterPivotChooser.PrecomputedDistances
 void ClusterPivotChooser.Cluster.mergeWithCluster(ClusterPivotChooser.Cluster cluster, ClusterPivotChooser.PrecomputedDistances pd)
          Merge this cluster with the passed cluster and set the new cluster's radius.
 void ClusterPivotChooser.Pair.update(ClusterPivotChooser.PrecomputedDistances pd)
          Re-initializes the members ClusterPivotChooser.Pair.clusteroid and ClusterPivotChooser.Pair.radius by computing the covering ball of the cluster formed by the first and the second cluster of this pair.
 

Constructors in messif.pivotselection with parameters of type ClusterPivotChooser.PrecomputedDistances
ClusterPivotChooser.Cluster(int id, LocalAbstractObject object, ClusterPivotChooser.PrecomputedDistances pd)
          Create a new Cluster containing just the passed object.
ClusterPivotChooser.Pair(ClusterPivotChooser.Cluster cluster1, ClusterPivotChooser.Cluster cluster2, ClusterPivotChooser.PrecomputedDistances pd)
          Creates a new pair of two cluster.