Click or drag to resize
Accord.NET (logo)

DecisionTreeLearningBaseMaxVariables Property

Gets or sets the maximum number of variables that can enter the tree. A value of zero indicates there is no limit. Default is 0 (there is no limit on the number of variables).

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

Property Value

Type: Int32
See Also