Click or drag to resize
Accord.NET (logo)

DecisionTreeLearningBase Constructor (DecisionVariable)

Initializes a new instance of the DecisionTreeLearningBase class

Namespace:  Accord.MachineLearning.DecisionTrees.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public DecisionTreeLearningBase(
	DecisionVariable[] attributes
)
Request Example View Source

Parameters

attributes
Type: Accord.MachineLearning.DecisionTreesDecisionVariable
The attributes to be processed by the induced tree.
See Also