Click or drag to resize
Accord.NET (logo)

DecisionTreeRoot Property

Gets or sets the root node for this tree.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public DecisionNode Root { get; set; }
Request Example View Source

Property Value

Type: DecisionNode
See Also