Uses of Interface
de.lmu.ifi.dbs.elki.distance.distancefunction.IndexBasedDistanceFunction.Instance

Packages that use IndexBasedDistanceFunction.Instance
de.lmu.ifi.dbs.elki.distance.distancefunction Distance functions for use within ELKI. 
de.lmu.ifi.dbs.elki.distance.distancefunction.correlation Distance functions using correlations. 
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace Distance functions based on subspaces. 
 

Uses of IndexBasedDistanceFunction.Instance in de.lmu.ifi.dbs.elki.distance.distancefunction
 

Subinterfaces of IndexBasedDistanceFunction.Instance in de.lmu.ifi.dbs.elki.distance.distancefunction
static interface FilteredLocalPCABasedDistanceFunction.Instance<T extends NumberVector<?,?>,I extends Index,D extends Distance<D>>
          Instance produced by the distance function.
 

Classes in de.lmu.ifi.dbs.elki.distance.distancefunction that implement IndexBasedDistanceFunction.Instance
static class AbstractIndexBasedDistanceFunction.Instance<O,I extends Index,D extends Distance<D>,F extends DistanceFunction<? super O,D>>
          The actual instance bound to a particular database.
static class LocallyWeightedDistanceFunction.Instance<V extends NumberVector<?,?>>
          Instance of this distance for a particular database.
static class SharedNearestNeighborJaccardDistanceFunction.Instance<T>
          Actual instance for a dataset.
 

Uses of IndexBasedDistanceFunction.Instance in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
 

Classes in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation that implement IndexBasedDistanceFunction.Instance
static class ERiCDistanceFunction.Instance<V extends NumberVector<?,?>>
          The actual instance bound to a particular database.
static class PCABasedCorrelationDistanceFunction.Instance<V extends NumberVector<?,?>>
          The actual instance bound to a particular database.
 

Uses of IndexBasedDistanceFunction.Instance in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace
 

Classes in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace that implement IndexBasedDistanceFunction.Instance
static class AbstractPreferenceVectorBasedCorrelationDistanceFunction.Instance<V extends NumberVector<?,?>,P extends PreferenceVectorIndex<V>>
          Instance to compute the distances on an actual database.
static class DiSHDistanceFunction.Instance<V extends NumberVector<?,?>>
          The actual instance bound to a particular database.
static class HiSCDistanceFunction.Instance<V extends NumberVector<?,?>>
          The actual instance bound to a particular database.
static class SubspaceDistanceFunction.Instance<V extends NumberVector<?,?>>
          The actual instance bound to a particular database.
 


Release 0.4.0 (2011-09-20_1324)