|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractDBIDDistanceFunction<DoubleDistance> de.lmu.ifi.dbs.elki.distance.distancefunction.external.DiskCacheBasedDoubleDistanceFunction
@Title(value="File based double distance for database objects.") @Description(value="Loads double distance values from an external matrix.") public class DiskCacheBasedDoubleDistanceFunction
Provides a DistanceFunction that is based on double distances given by a distance matrix of an external file.
Nested Class Summary | |
---|---|
static class |
DiskCacheBasedDoubleDistanceFunction.Parameterizer
Parameterization class. |
Field Summary | |
---|---|
private OnDiskUpperTriangleMatrix |
cache
The distance matrix |
static int |
DOUBLE_CACHE_MAGIC
Magic to identify double cache matrices |
private static int |
DOUBLE_SIZE
Storage required for a double value. |
static OptionID |
MATRIX_ID
Parameter that specifies the name of the distance matrix file. |
Constructor Summary | |
---|---|
DiskCacheBasedDoubleDistanceFunction(OnDiskUpperTriangleMatrix cache)
Constructor. |
Method Summary | |
---|---|
DoubleDistance |
distance(DBID id1,
DBID id2)
Returns the distance between the two objects specified by their objects ids. |
boolean |
equals(Object obj)
|
DoubleDistance |
getDistanceFactory()
Method to get the distance functions factory. |
Methods inherited from class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractDBIDDistanceFunction |
---|
getInputTypeRestriction, instantiate, isMetric, isSymmetric |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OptionID MATRIX_ID
Key: -distance.matrix
public static final int DOUBLE_CACHE_MAGIC
private static final int DOUBLE_SIZE
private OnDiskUpperTriangleMatrix cache
Constructor Detail |
---|
public DiskCacheBasedDoubleDistanceFunction(OnDiskUpperTriangleMatrix cache)
cache
- Distance matrixMethod Detail |
---|
public DoubleDistance distance(DBID id1, DBID id2)
distance
in interface DBIDDistanceFunction<DoubleDistance>
distance
in class AbstractDBIDDistanceFunction<DoubleDistance>
id1
- first object idid2
- second object id
public DoubleDistance getDistanceFactory()
DistanceFunction
getDistanceFactory
in interface DistanceFunction<DBID,DoubleDistance>
getDistanceFactory
in class AbstractDBIDDistanceFunction<DoubleDistance>
public boolean equals(Object obj)
equals
in class Object
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |