Click or drag to resize
Accord.NET (logo)

ID3Learning Constructor (DecisionTree)

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(
	DecisionTree tree
)
Request Example View Source

Parameters

tree
Type: Accord.MachineLearning.DecisionTreesDecisionTree
The decision tree to be generated.
See Also