Package | Description |
---|---|
messif.pivotselection |
Support for selection of representative objects (pivots).
|
Modifier and Type | Field and Description |
---|---|
protected ClusterPivotChooser.Cluster |
ClusterPivotChooser.Pair.cluster1
Cluster id
|
protected ClusterPivotChooser.Cluster |
ClusterPivotChooser.Pair.cluster2
Cluster id
|
Modifier and Type | Method and Description |
---|---|
ClusterPivotChooser.Cluster |
ClusterPivotChooser.Pair.getFirstCluster()
Returns the first cluster in this pair
|
ClusterPivotChooser.Cluster |
ClusterPivotChooser.Pair.getSecondCluster()
Returns the second cluster in this pair
|
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.
|
Constructor and Description |
---|
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.
|