Package elki.database.query.rknn
Class WrappedRKNNDBIDByLookup.Linear<O>
- java.lang.Object
-
- elki.database.query.rknn.WrappedRKNNDBIDByLookup<O>
-
- elki.database.query.rknn.WrappedRKNNDBIDByLookup.Linear<O>
-
- Type Parameters:
O
- relation object type
- All Implemented Interfaces:
LinearScanQuery
,RKNNSearcher<DBIDRef>
- Enclosing class:
- WrappedRKNNDBIDByLookup<O>
public static class WrappedRKNNDBIDByLookup.Linear<O> extends WrappedRKNNDBIDByLookup<O> implements LinearScanQuery
Linear scan searcher.- Author:
- Erich Schubert
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class elki.database.query.rknn.WrappedRKNNDBIDByLookup
WrappedRKNNDBIDByLookup.Linear<O>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Linear(Relation<? extends O> relation, RKNNSearcher<O> inner)
Constructor.
-
Method Summary
-
Methods inherited from class elki.database.query.rknn.WrappedRKNNDBIDByLookup
getRKNN, wrap
-
-
-
-
Constructor Detail
-
Linear
private Linear(Relation<? extends O> relation, RKNNSearcher<O> inner)
Constructor.- Parameters:
relation
- data relationinner
- inner kNN searcher
-
-