scalation.modeling.classifying.Node
See theNode companion object
The Node
class is used to hold information about a node in the decision tree.
Value parameters
- gn
-
the information gain recorded at this node
- j
-
the feature/variable number used for splitting (negative => leaf)
- leaf
-
whether the node is a leaf (terminal node)
- nu
-
the frequency count
- parent
-
the parent node (null for root)
- y
-
the response/decision value
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Cloneableclass Objecttrait Matchableclass Any
Members list
In this article