Click or drag to resize
Accord.NET (logo)

DecisionNodeBranches Property

If this is not a leaf node, gets or sets the collection of child nodes for this node, together with the attribute determining the reasoning process for those children.

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

Property Value

Type: DecisionBranchNodeCollection
See Also