
O - Object typeI - Index typeF - Distance function typepublic abstract static class AbstractIndexBasedDistanceFunction.Instance<O,I extends Index,F extends DistanceFunction<? super O>> extends AbstractDatabaseDistanceQuery<O> implements IndexBasedDistanceFunction.Instance<O,I>
| Modifier and Type | Field and Description |
|---|---|
protected I |
index
Index we use
|
protected F |
parent
Our parent distance function
|
relationHINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE| Constructor and Description |
|---|
AbstractIndexBasedDistanceFunction.Instance(Relation<O> database,
I index,
F parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
F |
getDistanceFunction()
Get the inner distance function.
|
I |
getIndex()
Get the index used.
|
distance, distance, distancedistance, getRelationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdistance, distance, distance, distance, getRelationprotected F extends DistanceFunction<? super O> parent
public I getIndex()
IndexBasedDistanceFunction.InstancegetIndex in interface IndexBasedDistanceFunction.Instance<O,I extends Index>public F getDistanceFunction()
DistanceQuerygetDistanceFunction in interface DistanceQuery<O>Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.