Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialObject

Packages that use SpatialObject
de.lmu.ifi.dbs.elki.data Package collects basic classes for different data types, database object types and label types. 
de.lmu.ifi.dbs.elki.index.tree.spatial Package collects spatial tree-based index structures. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants Package collects variants of the R*-Tree. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu Package collects classes for the DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn Package collects classes for the RdKNNTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar Package collects classes for the RStarTree 
 

Uses of SpatialObject in de.lmu.ifi.dbs.elki.data
 

Subinterfaces of SpatialObject in de.lmu.ifi.dbs.elki.data
 interface FeatureVector<V extends FeatureVector<V,N>,N extends Number>
          Interface FeatureVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data that implement SpatialObject
 class BitVector
          Provides a BitVector wrapping a BitSet.
 class DoubleVector
          A DoubleVector is to store real values approximately as double values.
 class FloatVector
          A FloatVector is to store real values approximately as float values.
 class NumberVector<V extends NumberVector<V,N>,N extends Number>
          NumberVector is an abstract implementation of FeatureVector.
 class ParameterizationFunction
          A parameterization function decribes all lines in a d-dimensional feature space intersecting in one point p.
 class RealVector<V extends RealVector<V,N>,N extends Number>
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 class SparseDoubleVector
          A SparseDoubleVector is to store real values approximately as double values.
 

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

Subinterfaces of SpatialObject in de.lmu.ifi.dbs.elki.index.tree.spatial
 interface SpatialNode<N extends SpatialNode<N,E>,E extends SpatialEntry>
          Defines the requirements for an object that can be used as a node in a Spatial Index.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial that return types with arguments of type SpatialObject
private  List<List<SpatialObject>> BulkSplit.maximalExtensionPartition(List<SpatialObject> spatialObjects, int minEntries, int maxEntries)
          Partitions the specified feature vectors where the split axes are the dimensions with maximum extension
 List<List<SpatialObject>> BulkSplit.partition(List<SpatialObject> spatialObjects, int minEntries, int maxEntries, BulkSplit.Strategy strategy)
          Partitions the specified feature vectors according to the chosen strategy.
private  List<List<SpatialObject>> BulkSplit.zValuePartition(List<SpatialObject> spatialObjects, int minEntries, int maxEntries)
          Partitions the spatial objects according to their z-values.
 

Method parameters in de.lmu.ifi.dbs.elki.index.tree.spatial with type arguments of type SpatialObject
private  int BulkSplit.chooseMaximalExtendedSplitAxis(List<SpatialObject> objects)
          Computes and returns the best split axis.
private  List<List<SpatialObject>> BulkSplit.maximalExtensionPartition(List<SpatialObject> spatialObjects, int minEntries, int maxEntries)
          Partitions the specified feature vectors where the split axes are the dimensions with maximum extension
 List<List<SpatialObject>> BulkSplit.partition(List<SpatialObject> spatialObjects, int minEntries, int maxEntries, BulkSplit.Strategy strategy)
          Partitions the specified feature vectors according to the chosen strategy.
private  List<List<SpatialObject>> BulkSplit.zValuePartition(List<SpatialObject> spatialObjects, int minEntries, int maxEntries)
          Partitions the spatial objects according to their z-values.
 

Uses of SpatialObject in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants that implement SpatialObject
 class AbstractRStarTreeNode<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>
          Abstract superclass for nodes in a R*-Tree.
 

Method parameters in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants with type arguments of type SpatialObject
private  N NonFlatRStarTree.createRoot(N root, List<SpatialObject> objects)
          Returns a root node for bulk load.
 

Uses of SpatialObject in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu that implement SpatialObject
 class DeLiCluNode
          Represents a node in a DeLiClu-Tree.
 

Uses of SpatialObject in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn that implement SpatialObject
 class RdKNNNode<D extends NumberDistance<D>>
          Represents a node in a RDkNN-Tree.
 

Uses of SpatialObject in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar that implement SpatialObject
 class RStarTreeNode
          Represents a node in an R*-Tree.
 


Release 0.1 (2008-07-10_1838)