| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.distance.distancefunction.correlation | 
 Distance functions using correlations. 
 | 
| de.lmu.ifi.dbs.elki.distance.distancevalue | 
 Distance values, i.e. object storing an actual distance value along with
 comparison functions and value parsers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BitDistance | 
ERiCDistanceFunction.Instance.distance(DBIDRef id1,
        DBIDRef id2)
Note, that the pca of o1 must have equal ore more strong eigenvectors
 than the pca of o2. 
 | 
BitDistance | 
ERiCDistanceFunction.distance(NumberVector<?> v1,
        NumberVector<?> v2,
        PCAFilteredResult pca1,
        PCAFilteredResult pca2)
Computes the distance between two given DatabaseObjects according to this
 distance function. 
 | 
BitDistance | 
ERiCDistanceFunction.getDistanceFactory()  | 
| Modifier and Type | Field and Description | 
|---|---|
static BitDistance | 
BitDistance.FACTORY
The static factory instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BitDistance | 
BitDistance.fromDouble(double val)  | 
BitDistance | 
BitDistance.infiniteDistance()  | 
BitDistance | 
BitDistance.nullDistance()  | 
BitDistance | 
BitDistance.parseString(String val)  | 
BitDistance | 
BitDistance.undefinedDistance()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
BitDistance.compareTo(BitDistance other)  |