Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.distance.NumberDistance

Packages that use NumberDistance
de.lmu.ifi.dbs.elki.distance Package collects distances and - in its subpackages - distance and similarity functions. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp Package collects classes for the MkAppTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop Package collects classes for the MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn Package collects classes for the RdKNNTree 
de.lmu.ifi.dbs.elki.parser Package collects parser for different file formats and data types. 
 

Uses of NumberDistance in de.lmu.ifi.dbs.elki.distance
 

Classes in de.lmu.ifi.dbs.elki.distance with type parameters of type NumberDistance
 class NumberDistance<D extends NumberDistance<D>>
          Provides a Distance for a number-valued distance.
 

Subclasses of NumberDistance in de.lmu.ifi.dbs.elki.distance
 class BitDistance
          TODO arthur comment
 class DoubleDistance
          Provides a Distance for a double-valued distance.
 class FloatDistance
          Provides a Distance for a float-valued distance.
 class IntegerDistance
           
 

Uses of NumberDistance in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp with type parameters of type NumberDistance
(package private)  class MkAppDirectoryEntry<D extends NumberDistance<D>>
          Represents an entry in a directory node of a MkApp-Tree.
(package private)  interface MkAppEntry<D extends NumberDistance<D>>
          Defines the requirements for an entry in an MkCop-Tree node.
(package private)  class MkAppLeafEntry<D extends NumberDistance<D>>
          Represents an entry in a leaf node of a MkApp-Tree.
 class MkAppTree<O extends DatabaseObject,D extends NumberDistance<D>>
          MkAppTree is a metrical index structure based on the concepts of the M-Tree supporting efficient processing of reverse k nearest neighbor queries for parameter k < kmax.
(package private)  class MkAppTreeNode<O extends DatabaseObject,D extends NumberDistance<D>>
          Represents a node in an MkApp-Tree.
 

Uses of NumberDistance in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop with type parameters of type NumberDistance
(package private)  class MkCoPDirectoryEntry<D extends NumberDistance<D>>
          Represents an entry in a directory node of an MkCop-Tree.
(package private)  interface MkCoPEntry<D extends NumberDistance<D>>
          Defines the requirements for an entry in an MkCop-Tree node.
(package private)  class MkCoPLeafEntry<D extends NumberDistance<D>>
          Represents an entry in a leaf node of a MkCoP-Tree.
 class MkCoPTree<O extends DatabaseObject,D extends NumberDistance<D>>
          MkCopTree is a metrical index structure based on the concepts of the M-Tree supporting efficient processing of reverse k nearest neighbor queries for parameter k < kmax.
(package private)  class MkCoPTreeNode<O extends DatabaseObject,D extends NumberDistance<D>>
          Represents a node in an MkCop-Tree.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop with type parameters of type NumberDistance
<O extends DatabaseObject,D extends NumberDistance<D>>
D
ApproximationLine.getApproximatedKnnDistance(int k, DistanceFunction<O,D> distanceFunction)
          Returns the approximated knn-distance at the specified k.
 

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

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn with type parameters of type NumberDistance
 class RdKNNDirectoryEntry<D extends NumberDistance<D>>
          Represents an entry in a directory node of an RdKNN-Tree.
(package private)  interface RdKNNEntry<D extends NumberDistance<D>>
          Defines the requirements for an entry in an RdKNN-Tree node.
 class RdKNNLeafEntry<D extends NumberDistance<D>>
          Represents an entry in a leaf node of an RdKNN-Tree.
 class RdKNNNode<D extends NumberDistance<D>>
          Represents a node in a RDkNN-Tree.
 class RdKNNTree<O extends NumberVector<O,?>,D extends NumberDistance<D>>
          RDkNNTree is a spatial index structure based on the concepts of the R*-Tree supporting efficient processing of reverse k nearest neighbor queries.
 

Fields in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn declared as NumberDistance
private  D RdKNNDirectoryEntry.knnDistance
          The aggregated knn distance of this entry.
private  D RdKNNLeafEntry.knnDistance
          The knn distance of the underlying data object.
 

Uses of NumberDistance in de.lmu.ifi.dbs.elki.parser
 

Classes in de.lmu.ifi.dbs.elki.parser with type parameters of type NumberDistance
 class NumberDistanceParser<D extends NumberDistance<D>>
          Provides a parser for parsing one distance value per line.
 


Release 0.1 (2008-07-10_1838)