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 Distances and (in subpackages) distance functions and similarity functions
de.lmu.ifi.dbs.elki.distance.distancefunction Distance functions for use within ELKI. 
 

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

Classes in de.lmu.ifi.dbs.elki.distance with type parameters of type AbstractDistance
 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
          Provides a Distance for a bit-valued distance.
 class CorrelationDistance<D extends CorrelationDistance<D>>
          The correlation distance 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
          Provides an integer distance value.
 class NumberDistance<D extends NumberDistance<D,N>,N extends Number>
          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
          The subspace distance is a special distance that indicates the dissimilarity between subspaces of equal dimensionality.
 

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

Subclasses of AbstractDistance in de.lmu.ifi.dbs.elki.distance.distancefunction
 class PCACorrelationDistance
          The correlation distance is a special Distance that indicates the dissimilarity between correlation connected objects.
 


Release 0.3 (2010-03-31_1612)