|
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; }
Public Property MaxVariables As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also