Uses of Interface
elki.distance.DBIDDistance
-
Packages that use DBIDDistance Package Description elki.database.query.distance Prepared queries for distances.elki.distance Distance functions for use within ELKI.elki.distance.external Distance functions using external data sources. -
-
Uses of DBIDDistance in elki.database.query.distance
Fields in elki.database.query.distance declared as DBIDDistance Modifier and Type Field Description protected DBIDDistanceDBIDDistanceQuery. distanceFunctionThe distance function we use.Methods in elki.database.query.distance that return DBIDDistance Modifier and Type Method Description DBIDDistanceDBIDDistanceQuery. getDistance()DBIDDistanceDBIDRangeDistanceQuery. getDistance()Constructors in elki.database.query.distance with parameters of type DBIDDistance Constructor Description DBIDDistanceQuery(Relation<DBID> relation, DBIDDistance distanceFunction)Constructor. -
Uses of DBIDDistance in elki.distance
Subinterfaces of DBIDDistance in elki.distance Modifier and Type Interface Description interfaceDBIDRangeDistanceDistance functions valid in a static database context only (i.e. for DBIDRanges) For any "distance" that cannot be computed for arbitrary objects, only those that exist in the database and referenced by their ID.Classes in elki.distance that implement DBIDDistance Modifier and Type Class Description classAbstractDBIDRangeDistanceAbstract base class for distance functions that rely on integer offsets within a consecutive range.classRandomStableDistanceThis is a dummy distance providing random values (obviously not metrical), useful mostly for unit tests and baseline evaluations: obviously this distance provides no benefit whatsoever. -
Uses of DBIDDistance in elki.distance.external
Classes in elki.distance.external that implement DBIDDistance Modifier and Type Class Description classDiskCacheBasedDoubleDistanceDistance function that is based on double distances given by a distance matrix of an external binary matrix file.classDiskCacheBasedFloatDistanceDistance function that is based on float distances given by a distance matrix of an external binary matrix file.classFileBasedSparseDoubleDistanceDistance function that is based on double distances given by a distance matrix of an external ASCII file.classFileBasedSparseFloatDistanceDistance function that is based on float distances given by a distance matrix of an external ASCII file.
-