Uses of Interface
messif.buckets.BucketFilterAfterAdd

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

Uses of BucketFilterAfterAdd in messif.buckets.split
 

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

Uses of BucketFilterAfterAdd in messif.pivotselection
 

Classes in messif.pivotselection that implement BucketFilterAfterAdd
 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 privot chooser that selects maximally two pivots.