Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.index.tree.spatial.BulkSplit.Strategy

Packages that use BulkSplit.Strategy
de.lmu.ifi.dbs.elki.index.tree.spatial Tree-based index structures for spatial indexing. 
 

Uses of BulkSplit.Strategy in de.lmu.ifi.dbs.elki.index.tree.spatial
 

Fields in de.lmu.ifi.dbs.elki.index.tree.spatial declared as BulkSplit.Strategy
protected  BulkSplit.Strategy SpatialIndex.bulkLoadStrategy
          The strategy for bulk load.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial that return BulkSplit.Strategy
static BulkSplit.Strategy BulkSplit.Strategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BulkSplit.Strategy[] BulkSplit.Strategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial with parameters of type BulkSplit.Strategy
 List<List<N>> BulkSplit.partition(List<N> spatialObjects, int minEntries, int maxEntries, BulkSplit.Strategy strategy)
          Partitions the specified feature vectors according to the chosen strategy.
 


Release 0.2.1 (2009-07-13_1605)