Uses of Package
messif.pivotselection

Packages that use messif.pivotselection
messif.buckets Storage classes capable of holding objects
messif.pivotselection Support for selection of representative objects (pivots). 
 

Classes in messif.pivotselection used by messif.buckets
AbstractPivotChooser
          Abstract class for pivot selection algorithms hierarchy This class provides basic methods for selecting and accessing pivots and automatically registers statistic DistanceComputations.PivotChooser, i.e. number of distance computations spent in choosing pivots.
 

Classes in messif.pivotselection used by messif.pivotselection
AbstractPivotChooser
          Abstract class for pivot selection algorithms hierarchy This class provides basic methods for selecting and accessing pivots and automatically registers statistic DistanceComputations.PivotChooser, i.e. number of distance computations spent in choosing pivots.
ClusterPivotChooser.Cluster
          Class encapsulating objects of one cluster and storing the cluster's radius.
ClusterPivotChooser.Pair
          Class encapsulating two clusters and the diameters of a cluster that would be produced be merging these clusters.
ClusterPivotChooser.PrecomputedDistances
          A cache for distances between a pair of objects
CoveragePivotChooser.Ball
          Class encapsulating info about each cluster (ball region).
CoveragePivotChooser.PrecomputedDistances
          A cache for distances between a pair of objects
RandomPivotChooser
          RandomPivotChooser provides the capability of selecting a random object from the whole bucket.