|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexBasedDistanceFunction | |
---|---|
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 in de.lmu.ifi.dbs.elki.distance.distancefunction |
---|
Subinterfaces of IndexBasedDistanceFunction in de.lmu.ifi.dbs.elki.distance.distancefunction | |
---|---|
interface |
FilteredLocalPCABasedDistanceFunction<O extends NumberVector<?,?>,P extends FilteredLocalPCAIndex<? super O>,D extends Distance<D>>
Interface for local PCA based preprocessors. |
Classes in de.lmu.ifi.dbs.elki.distance.distancefunction that implement IndexBasedDistanceFunction | |
---|---|
class |
AbstractIndexBasedDistanceFunction<O,I extends Index,D extends Distance<D>>
Abstract super class for distance functions needing a database index. |
class |
LocallyWeightedDistanceFunction<V extends NumberVector<?,?>>
Provides a locally weighted distance function. |
class |
SharedNearestNeighborJaccardDistanceFunction<O>
SharedNearestNeighborJaccardDistanceFunction computes the Jaccard coefficient, which is a proper distance metric. |
Uses of IndexBasedDistanceFunction in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation |
---|
Classes in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation that implement IndexBasedDistanceFunction | |
---|---|
class |
ERiCDistanceFunction
Provides a distance function for building the hierarchy in the ERiC algorithm. |
class |
PCABasedCorrelationDistanceFunction
Provides the correlation distance for real valued vectors. |
Uses of IndexBasedDistanceFunction in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace |
---|
Classes in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace that implement IndexBasedDistanceFunction | |
---|---|
class |
AbstractPreferenceVectorBasedCorrelationDistanceFunction<V extends NumberVector<?,?>,P extends PreferenceVectorIndex<V>>
Abstract super class for all preference vector based correlation distance functions. |
class |
DiSHDistanceFunction
Distance function used in the DiSH algorithm. |
class |
HiSCDistanceFunction<V extends NumberVector<?,?>>
Distance function used in the HiSC algorithm. |
class |
SubspaceDistanceFunction
Provides a distance function to determine a kind of correlation distance between two points, which is a pair consisting of the distance between the two subspaces spanned by the strong eigenvectors of the two points and the affine distance between the two subspaces. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |