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

Packages that use AbstractDistance
de.lmu.ifi.dbs.elki.distance.distancevalue Distance values, i.e. object storing an actual distance value along with comparison functions and value parsers. 
 

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

Classes in de.lmu.ifi.dbs.elki.distance.distancevalue 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.distancevalue
 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 PCACorrelationDistance
          The correlation distance is a special Distance that indicates the dissimilarity between correlation connected objects.
 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.
 


Release 0.4.0 (2011-09-20_1324)