Package elki.database.query
Class WrappedPrioritySearchDBIDByLookup.Linear<O>
- java.lang.Object
-
- elki.database.query.WrappedPrioritySearchDBIDByLookup<O>
-
- elki.database.query.WrappedPrioritySearchDBIDByLookup.Linear<O>
-
- Type Parameters:
O- relation object type
- All Implemented Interfaces:
DBIDIter,DBIDRef,KNNSearcher<DBIDRef>,LinearScanQuery,PrioritySearcher<DBIDRef>,RangeSearcher<DBIDRef>,Iter
- Enclosing class:
- WrappedPrioritySearchDBIDByLookup<O>
public static class WrappedPrioritySearchDBIDByLookup.Linear<O> extends WrappedPrioritySearchDBIDByLookup<O> implements LinearScanQuery
Linear scan searcher.- Author:
- Erich Schubert
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class elki.database.query.WrappedPrioritySearchDBIDByLookup
WrappedPrioritySearchDBIDByLookup.Linear<O>
-
-
Constructor Summary
Constructors Modifier Constructor Description privateLinear(Relation<? extends O> relation, PrioritySearcher<O> inner)Constructor.
-
Method Summary
-
Methods inherited from class elki.database.query.WrappedPrioritySearchDBIDByLookup
advance, allLowerBound, computeExactDistance, decreaseCutoff, getApproximateAccuracy, getApproximateDistance, getKNN, getLowerBound, getRange, getUpperBound, internalGetIndex, search, valid, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.database.query.PrioritySearcher
search
-
Methods inherited from interface elki.database.query.range.RangeSearcher
getRange
-
-
-
-
Constructor Detail
-
Linear
private Linear(Relation<? extends O> relation, PrioritySearcher<O> inner)
Constructor.- Parameters:
relation- data relationinner- inner kNN searcher
-
-