|
DecisionTreeLearningBaseMaxHeight Property
|
Gets or sets the maximum allowed height when learning a tree. If
set to zero, the tree can have an arbitrary length. Default is 0.
Namespace:
Accord.MachineLearning.DecisionTrees.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int MaxHeight { get; set; }
Public Property MaxHeight As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also