Package org.tinspin.index.qthypercube2
Class QuadTreeKD2.QStats
- java.lang.Object
-
- org.tinspin.index.Stats
-
- org.tinspin.index.qthypercube2.QuadTreeKD2.QStats
-
- Enclosing class:
- QuadTreeKD2<T>
public static class QuadTreeKD2.QStats extends Stats
Statistics container class.
-
-
Field Summary
-
Fields inherited from class org.tinspin.index.Stats
dims, maxDepth, maxLevel, maxNodeSize, minLevel, nDistCalc, nDistCalc1NN, nDistCalcKNN, nEntries, nInner, nLeaf, nNodes, sumLevel
-
-
Constructor Summary
Constructors Constructor Description QStats(int dims)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhisto(int pos)StringtoString()-
Methods inherited from class org.tinspin.index.Stats
getDims, getEntryCount, getInnerNodeCount, getLeafNodeCount, getMaxDepth, getMaxNodeSize, getNDistCalc, getNDistCalc1NN, getNDistCalcKNN, getNodeCount
-
-