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