Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use AbstractDistance
de.lmu.ifi.dbs.elki.distance Package collects distances and - in its subpackages - distance and similarity functions. 
 

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

Classes in de.lmu.ifi.dbs.elki.distance with type parameters of type AbstractDistance
(package private)  class AbstractDistance<D extends AbstractDistance<D>>
          An abstract distance implements equals conveniently for any extending class.
 

Subclasses of AbstractDistance in de.lmu.ifi.dbs.elki.distance
 class BitDistance
          TODO arthur comment
 class CorrelationDistance<D extends CorrelationDistance<D>>
          The CorrelationDistance is a special Distance that indicates the dissimilarity between correlation connected objects.
 class DoubleDistance
          Provides a Distance for a double-valued distance.
 class FloatDistance
          Provides a Distance for a float-valued distance.
 class IntegerDistance
           
 class NumberDistance<D extends NumberDistance<D>>
          Provides a Distance for a number-valued distance.
 class PreferenceVectorBasedCorrelationDistance
          A PreferenceVectorBasedCorrelationDistance holds additionally to the CorrelationDistance the common preference vector of the two objects defining the distance.
 class SubspaceDistance<D extends SubspaceDistance<D>>
          The SubspaceDistance is a special distance that indicates the dissimilarity between subspaces of equal dimensionality.
 


Release 0.1 (2008-07-10_1838)