Uses of Class
org.tinspin.index.covertree.CoverTree
-
Packages that use CoverTree Package Description org.tinspin.index.covertree -
-
Uses of CoverTree in org.tinspin.index.covertree
Methods in org.tinspin.index.covertree that return CoverTree Modifier and Type Method Description static <T> CoverTree<T>CoverTree. create(int nDims)static <T> CoverTree<T>CoverTree. create(int nDims, double base, PointDistanceFunction dist)static <T> CoverTree<T>CoverTree. create(Point<T>[] data, double base, PointDistanceFunction distFn)Constructors in org.tinspin.index.covertree with parameters of type CoverTree Constructor Description CoverTreeQueryKnn(CoverTree<T> tree, double[] center, int k, PointDistanceFunction dist)
-