|
RandomForestLearningNumberOfTrees Property
|
Gets or sets the number of trees in the random forest.
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int NumberOfTrees { get; set; }
Public Property NumberOfTrees As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also