Uses of Interface
messif.buckets.BucketFilterAfterRemove

Packages that use BucketFilterAfterRemove
messif.buckets.split Bucket splitting support. 
messif.pivotselection Support for selection of representative objects (pivots). 
 

Uses of BucketFilterAfterRemove in messif.buckets.split
 

Classes in messif.buckets.split that implement BucketFilterAfterRemove
 class BucketBallRegion
           
 

Uses of BucketFilterAfterRemove in messif.pivotselection
 

Classes in messif.pivotselection that implement BucketFilterAfterRemove
 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 OutlierPivotChooser
          Selects pivots as outliers from the sample set.