Click or drag to resize
Accord.NET (logo)

C45Learning Constructor (DecisionVariable)

Creates a new C4.5 learning algorithm.

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

Parameters

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