Package org.tinspin.index.phtree
Class PHStats
- java.lang.Object
-
- org.tinspin.index.Stats
-
- org.tinspin.index.phtree.PHStats
-
public class PHStats extends Stats
-
-
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 PHStats(ch.ethz.globis.phtree.util.PhTreeStats s, int dims)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.ethz.globis.phtree.util.PhTreeStatsgetPhStats()-
Methods inherited from class org.tinspin.index.Stats
getDims, getEntryCount, getInnerNodeCount, getLeafNodeCount, getMaxDepth, getMaxNodeSize, getNDistCalc, getNDistCalc1NN, getNDistCalcKNN, getNodeCount, toString
-
-