Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
See Also