Class LeafNode
def __init__(self, value): Highlight
A LeafNode represents the value of a leaf of a tree.
Returns
LeafNode :
The leaf node.
This method is usually not called directly, but through the
DecisionNodeclass.
def __init__(self, value): Highlight
A LeafNode represents the value of a leaf of a tree.
LeafNode :
The leaf node.
This method is usually not called directly, but through the
DecisionNodeclass.