Click or drag to resize
Accord.NET (logo)

ID3Learning Constructor (DecisionVariable)

Creates a new ID3 learning algorithm.

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

Parameters

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