public abstract class AbstractRefiningIndex.AbstractRangeQuery extends AbstractDistanceRangeQuery<O>
distanceQuery, relation
HINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE
Constructor and Description |
---|
AbstractRefiningIndex.AbstractRangeQuery(DistanceQuery<O> distanceQuery)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
incRefinements(int c)
Count extra refinements.
|
protected double |
refine(DBIDRef id,
O q)
Refinement distance computation.
|
getRangeForDBID, getRangeForDBID, getRangeForObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRangeForObject
public AbstractRefiningIndex.AbstractRangeQuery(DistanceQuery<O> distanceQuery)
distanceQuery
- Distance query objectCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.