Click or drag to resize
Accord.NET (logo)

DecisionTreeLearningBaseJoin Property

Gets or sets how many times one single variable can be integrated into the decision process. In the original ID3 algorithm, a variable can join only one time per decision path (path from the root to a leaf). If set to zero, a single variable can participate as many times as needed. Default is 1.

Namespace:  Accord.MachineLearning.DecisionTrees.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int Join { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also