NTrees

Declaration: TRndForest.NTrees: integer;
The property NTrees controls the number of trees used within a random forest. A meaningful number of trees is typically between 50 and 100. If the number of trees is set to values greater than 500 the method CalculateModel will not work.

Hint: You can find the optimum number of trees by scanning the allowed range in the Random Forest Development Tool.