Uses of Class
org.tinspin.index.covertree.Point
-
Packages that use Point Package Description org.tinspin.index.covertree -
-
Uses of Point in org.tinspin.index.covertree
Subclasses of Point in org.tinspin.index.covertree Modifier and Type Class Description classPointDist<T>Methods in org.tinspin.index.covertree that return Point Modifier and Type Method Description static <T> Point<T>CoverTree. create(double[] point, T value)Methods in org.tinspin.index.covertree with parameters of type Point Modifier and Type Method Description static <T> CoverTree<T>CoverTree. create(Point<T>[] data, double base, PointDistanceFunction distFn)voidPoint. set(Point<T> point)voidPointDist. set(Point<T> point, double dist)
-