|
DecisionNodeIsLeaf Property
|
Gets a value indicating whether this instance is a leaf (has no children).
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool IsLeaf { get; }
Public ReadOnly Property IsLeaf As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if this instance is a leaf; otherwise,
false.
See Also