Uses of Class
messif.objects.BallRegion

Packages that use BallRegion
messif.buckets.split Bucket splitting support. 
messif.buckets.split.impl Implementation of various bucket splitting policies. 
messif.objects Metric data objects. 
 

Uses of BallRegion in messif.buckets.split
 

Subclasses of BallRegion in messif.buckets.split
 class BucketBallRegion
           
 

Methods in messif.buckets.split with parameters of type BallRegion
abstract  int SplitPolicy.match(BallRegion region)
          Returns the group (partition) to which the whole ball region belongs.
 

Uses of BallRegion in messif.buckets.split.impl
 

Methods in messif.buckets.split.impl with parameters of type BallRegion
 int SplitPolicyBallPartitioning.match(BallRegion region)
          Returns the group (partition) to which the whole ball region belongs.
 int SplitPolicyExcludedMiddlePartitioning.match(BallRegion region)
          Returns the group (partition) to which the whole ball region belongs.
 int SplitPolicyGeneralizedHyperplane.match(BallRegion region)
          Returns the group (partition) to which the whole ball region belongs.
 int SplitPolicyMultiWayBallPartitioning.match(BallRegion region)
          Returns the index of partition to which the whole ball region belongs.
 int SplitPolicyVoronoiPartitioning.match(BallRegion region)
          NOT IMPLEMENTED YET!!!!
 

Uses of BallRegion in messif.objects
 

Methods in messif.objects with parameters of type BallRegion
 float BallRegion.getDistanceRegion(BallRegion region, float distThreshold)
          Metric distance function between two ball regions.
protected  float BallRegion.getDistanceRegionImpl(BallRegion region, float distThreshold)
          Metric distance function between two ball regions.