Class TreePredictor

    • Field Detail

      • DTYPE_PREDICTOR_OLD

        public static final List<String> DTYPE_PREDICTOR_OLD
      • DTYPE_PREDICTOR_NEW

        public static final List<String> DTYPE_PREDICTOR_NEW
    • Constructor Detail

      • TreePredictor

        public TreePredictor​(String module,
                             String name)
    • Method Detail

      • getRawLeftCatBitsets

        public int[] getRawLeftCatBitsets()
      • getValues

        public double[] getValues()
      • getCount

        public int[] getCount()
      • getFeatureIdx

        public int[] getFeatureIdx()
      • getThreshold

        public double[] getThreshold()
      • getMissingGoToLeft

        public int[] getMissingGoToLeft()
      • getLeft

        public int[] getLeft()
      • getRight

        public int[] getRight()
      • isLeaf

        public int[] isLeaf()
      • getBinThreshhold

        public int[] getBinThreshhold()
      • isCategorical

        public int[] isCategorical()
      • getBitsetIdx

        public int[] getBitsetIdx()