Package sklearn.tree

Class Tree

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
net.razorvine.pickle.objects.ClassDict
org.jpmml.python.PythonObject
org.jpmml.python.CustomPythonObject
sklearn.tree.Tree
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class Tree extends org.jpmml.python.CustomPythonObject
See Also:
  • Field Details

    • DTYPE_TREE

      public static final List<String> DTYPE_TREE
  • Constructor Details

  • Method Details

    • __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()