Mobios v0.91

mobios.index.algorithms
Interface PartitionMethod

All Known Implementing Classes:
PartitionMethods

public interface PartitionMethod

Author:
Willard

Method Summary
 PartitionResults partition(Metric metric, IndexObject[] pivots, List<? extends IndexObject> data, int numPartitions)
           
 PartitionResults partition(Metric metric, IndexObject[] pivots, List<? extends IndexObject> data, int first, int size, int numPartitions)
           
 void setMaxLeafSize(int mls)
           
 void setMaxRadius(double R)
           
 

Method Detail

partition

PartitionResults partition(Metric metric,
                           IndexObject[] pivots,
                           List<? extends IndexObject> data,
                           int numPartitions)

partition

PartitionResults partition(Metric metric,
                           IndexObject[] pivots,
                           List<? extends IndexObject> data,
                           int first,
                           int size,
                           int numPartitions)

setMaxRadius

void setMaxRadius(double R)

setMaxLeafSize

void setMaxLeafSize(int mls)

Mobios v0.91

(C) 2002 - 2006 The MoBIoS Group