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, PointDistance dist)static <T> CoverTree<T>CoverTree. create(Index.PointEntry<T>[] data, double base, PointDistance distFn)Constructors in org.tinspin.index.covertree with parameters of type CoverTree Constructor Description CoverTreeQueryKnn(CoverTree<T> tree, double[] center, int k, PointDistance dist)
-