Uses of Class
org.tinspin.index.IndexConfig
-
Packages that use IndexConfig Package Description org.tinspin.index org.tinspin.index.kdtree -
-
Uses of IndexConfig in org.tinspin.index
Methods in org.tinspin.index that return IndexConfig Modifier and Type Method Description static IndexConfigIndexConfig. create(int dimensions)IndexConfigIndexConfig. setDefensiveKeyCopy(boolean defensiveKeyCopy)IndexConfigIndexConfig. setDimensions(int dimensions)Number of dimensions.Methods in org.tinspin.index with parameters of type IndexConfig Modifier and Type Method Description static <T> PointMap<T>PointMap.Factory. createKdTree(IndexConfig cfg)Create a kD-Tree.static <T> PointMultimap<T>PointMultimap.Factory. createKdTree(IndexConfig cfg)Create a kD-Tree. -
Uses of IndexConfig in org.tinspin.index.kdtree
Methods in org.tinspin.index.kdtree with parameters of type IndexConfig Modifier and Type Method Description static <T> KDTree<T>KDTree. create(IndexConfig config)
-