Node
scalation.modeling.Node
The Node
class contains information for a tree node.
Value parameters
- b
-
leaf node's prediction parameters (b0 for mean or b for regression)
- branch
-
the branch value (0 => left, 1 => right)
- depth
-
the current depth of the node
- j
-
the feature/variable of the node used for splitting, if it is leaf, contains the feature of its parent
- leaf
-
whether the node is a leaf node
- pfea
-
the feature of parent node
- pthresh
-
the threshold for parent node
- thresh
-
the threshold for continuous feature
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article