Click or drag to resize
Accord.NET (logo)

DecisionNodeParent Property

Gets or sets the parent of this node. If this is a root node, the parent is null.

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

Property Value

Type: DecisionNode
See Also