Package | Description |
---|---|
messif.pivotselection |
Support for selection of representative objects (pivots).
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
ClusterPivotChooser.Pair(ClusterPivotChooser.Cluster cluster1,
ClusterPivotChooser.Cluster cluster2,
ClusterPivotChooser.PrecomputedDistances pd)
Creates a new pair of two cluster.
|