Click or drag to resize
Accord.NET (logo)

DecisionNode Constructor

Creates a new decision node.

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

Parameters

owner
Type: Accord.MachineLearning.DecisionTreesDecisionTree
The owner tree for this node.
See Also