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

Packages that use CorrelationDistance
de.lmu.ifi.dbs.elki.distance.distancevalue Distance values, i.e. object storing an actual distance value along with comparison functions and value parsers. 
de.lmu.ifi.dbs.elki.visualization.opticsplot Code for drawing OPTICS plots 
 

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

Classes in de.lmu.ifi.dbs.elki.distance.distancevalue with type parameters of type CorrelationDistance
 class CorrelationDistance<D extends CorrelationDistance<D>>
          The correlation distance is a special Distance that indicates the dissimilarity between correlation connected objects.
 

Subclasses of CorrelationDistance in de.lmu.ifi.dbs.elki.distance.distancevalue
 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.
 

Uses of CorrelationDistance in de.lmu.ifi.dbs.elki.visualization.opticsplot
 

Classes in de.lmu.ifi.dbs.elki.visualization.opticsplot with type parameters of type CorrelationDistance
 class OPTICSCorrelationDimensionalityDistance<D extends CorrelationDistance<D>>
          Adapter that will map a correlation distance to its dimensionality.
 


Release 0.4.0 (2011-09-20_1324)