Package sklearn.tree

Class Tree

    • Field Detail

      • DTYPE_TREE_OLD

        public static final List<String> DTYPE_TREE_OLD
      • DTYPE_TREE_NEW

        public static final List<String> DTYPE_TREE_NEW
    • Constructor Detail

    • Method Detail

      • __init__

        public void __init__​(Object[] args)
        Overrides:
        __init__ in class org.jpmml.python.CythonObject
      • getChildrenLeft

        public int[] getChildrenLeft()
      • getChildrenRight

        public int[] getChildrenRight()
      • getFeature

        public int[] getFeature()
      • getThreshold

        public double[] getThreshold()
      • getNodeSamples

        public int[] getNodeSamples()
      • getMissingGoToLeft

        public int[] getMissingGoToLeft()
      • getValues

        public double[] getValues()