Class Stats

    • Field Detail

      • dims

        public int dims
      • nEntries

        public int nEntries
      • nNodes

        public int nNodes
      • minLevel

        public int minLevel
      • maxLevel

        public int maxLevel
      • maxDepth

        public int maxDepth
      • sumLevel

        public double sumLevel
      • maxNodeSize

        public int maxNodeSize
      • nLeaf

        public int nLeaf
      • nInner

        public int nInner
      • nDistCalc

        public long nDistCalc
      • nDistCalc1NN

        public long nDistCalc1NN
      • nDistCalcKNN

        public long nDistCalcKNN
    • Constructor Detail

      • Stats

        protected Stats​(long nDistCalc,
                        long nDistCalc1NN,
                        long nDistCalcKNN)
    • Method Detail

      • getDims

        public int getDims()
      • getMaxDepth

        public int getMaxDepth()
      • getEntryCount

        public int getEntryCount()
      • getNodeCount

        public int getNodeCount()
      • getMaxNodeSize

        public int getMaxNodeSize()
      • getLeafNodeCount

        public int getLeafNodeCount()
      • getInnerNodeCount

        public int getInnerNodeCount()
      • getNDistCalc

        public long getNDistCalc()
      • getNDistCalc1NN

        public long getNDistCalc1NN()
      • getNDistCalcKNN

        public long getNDistCalcKNN()