Link Search Menu Expand Document
PyXAI
Papers Video GitHub In-the-Loop EXPEKCTATION Release Notes About

Class LeafNode

    def __init__(self, value): Highlight

A LeafNode represents the value of a leaf of a tree.

Parameters

value : int float

The value of the leaf.

Returns

LeafNode :

The leaf node.

This method is usually not called directly, but through the DecisionNode class.


Symbols