Package org.tinspin.index
Interface Index.QueryIteratorKnn<T>
-
- All Superinterfaces:
Iterator<T>
- All Known Subinterfaces:
Index.BoxIteratorKnn<T>,Index.PointIteratorKnn<T>
- All Known Implementing Classes:
CoverTreeQueryKnn,KDIteratorKnn,QIteratorKnn,QIteratorKnn,QIteratorKnn,QRIteratorKnn,QRIteratorKnn,RTreeQueryKnn
- Enclosing interface:
- Index
public static interface Index.QueryIteratorKnn<T> extends Iterator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Index.QueryIteratorKnn<T>reset(double[] center, int k)-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
reset
Index.QueryIteratorKnn<T> reset(double[] center, int k)
-
-