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