Uses of Interface
org.tinspin.index.Index.QueryIteratorKnn
-
-
Uses of Index.QueryIteratorKnn in org.tinspin.index
Subinterfaces of Index.QueryIteratorKnn in org.tinspin.index Modifier and Type Interface Description static interfaceIndex.BoxIteratorKnn<T>static interfaceIndex.PointIteratorKnn<T>Methods in org.tinspin.index that return Index.QueryIteratorKnn Modifier and Type Method Description Index.QueryIteratorKnn<T>Index.QueryIteratorKnn. reset(double[] center, int k) -
Uses of Index.QueryIteratorKnn in org.tinspin.index.covertree
Classes in org.tinspin.index.covertree that implement Index.QueryIteratorKnn Modifier and Type Class Description classCoverTreeQueryKnn<T>kNN search. -
Uses of Index.QueryIteratorKnn in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement Index.QueryIteratorKnn Modifier and Type Class Description classKDIteratorKnn<T> -
Uses of Index.QueryIteratorKnn in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement Index.QueryIteratorKnn Modifier and Type Class Description classQIteratorKnn<T>classQRIteratorKnn<T> -
Uses of Index.QueryIteratorKnn in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement Index.QueryIteratorKnn Modifier and Type Class Description classQIteratorKnn<T> -
Uses of Index.QueryIteratorKnn in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement Index.QueryIteratorKnn Modifier and Type Class Description classQIteratorKnn<T>classQRIteratorKnn<T> -
Uses of Index.QueryIteratorKnn in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement Index.QueryIteratorKnn Modifier and Type Class Description classRTreeQueryKnn<T>
-