Package sklearn.tree

Class Tree

    • Field Detail

      • DTYPE_TREE

        public static final List<String> DTYPE_TREE
    • Constructor Detail

    • Method Detail

      • __init__

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

        public double[] getValues()
      • getChildrenLeft

        public int[] getChildrenLeft()
      • getChildrenRight

        public int[] getChildrenRight()
      • getFeature

        public int[] getFeature()
      • getThreshold

        public double[] getThreshold()
      • getNodeSamples

        public int[] getNodeSamples()