Click or drag to resize
Accord.NET (logo)

DecisionBranchNodeCollection Constructor (DecisionNode)

Initializes a new instance of the DecisionBranchNodeCollection class.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public DecisionBranchNodeCollection(
	DecisionNode owner
)
Request Example View Source

Parameters

owner
Type: Accord.MachineLearning.DecisionTreesDecisionNode
The DecisionNode to whom this DecisionBranchNodeCollection belongs.
See Also