Package | Description |
---|---|
messif.buckets.split |
Bucket splitting support.
|
messif.pivotselection |
Support for selection of representative objects (pivots).
|
Modifier and Type | Class and Description |
---|---|
class |
BucketBallRegion |
Modifier and Type | Class and Description |
---|---|
class |
ClusterPivotChooser
This pivot chooser selects a varying number of pivots based on cluster sizes which are limited by the parameter passed to the constructor.
|
class |
CoveragePivotChooser
This pivot chooser selects the pivots in a way that a good coverage of data by ball regions with centers in pivots and radius equal
to a fixed value (threshold) is ensured.
|
class |
IncrementalPivotChooser
Incremental selection of pivots.
|
class |
OnFlyRandomPivotChooser
OnFlyRandomPivotChooser provides the capability of selecting a random object from the whole bucket.
|
class |
OutlierPivotChooser
Selects pivots as outliers from the sample set.
|
class |
TwoDistantIncrementalPivotChooser
This class provides a pivot chooser that selects maximally two pivots.
|