Click or drag to resize
Accord.NET (logo)

DecisionBranchNodeCollectionOwner Property

Gets or sets the decision node that contains this collection.

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

Property Value

Type: DecisionNode
See Also