Package org.tinspin.index.kdtree
Class KDTree.KDStats
- java.lang.Object
-
- org.tinspin.index.Stats
-
- org.tinspin.index.kdtree.KDTree.KDStats
-
-
Field Summary
-
Fields inherited from class org.tinspin.index.Stats
dims, maxDepth, maxLevel, maxNodeSize, minLevel, nDistCalc, nDistCalc1NN, nDistCalcKNN, nEntries, nInner, nLeaf, nNodes, sumLevel
-
-
Method Summary
-
Methods inherited from class org.tinspin.index.Stats
getDims, getEntryCount, getInnerNodeCount, getLeafNodeCount, getMaxDepth, getMaxNodeSize, getNDistCalc, getNDistCalc1NN, getNDistCalcKNN, getNodeCount, toString
-
-
-
-
Constructor Detail
-
KDStats
public KDStats(KDTree<?> tree)
-
-