|   | 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
Syntaxpublic int NumberOfTrees { get; set; }Public Property NumberOfTrees As Integer
	Get
	Set
Property Value
Type: 
Int32 See Also
See Also