Package | Description |
---|---|
messif.buckets.split |
Bucket splitting support.
|
messif.buckets.split.impl |
Implementation of various bucket splitting policies.
|
messif.objects |
Metric data objects.
|
Modifier and Type | Class and Description |
---|---|
class |
BucketBallRegion |
Modifier and Type | Method and Description |
---|---|
abstract int |
SplitPolicy.match(BallRegion region)
Returns the group (partition) to which the whole ball region belongs.
|
Modifier and Type | Method and Description |
---|---|
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!!!!
|
Modifier and Type | Method and Description |
---|---|
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.
|