Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is a root; otherwise, false.
See Also