2.1.0
Method that returns the way the algorithm generates the predictions, for example, in classification you can return the mode of all predictions retrieved by the trees, or in case of regression you can use the mean or the median.
(Array)
predictions of the estimators.
number
:
prediction.
Extends RandomForestBase
Load a Decision tree classifier with the given model.
(object)
RandomForestClassifier
:
Extends RandomForestBase
Load a Decision tree classifier with the given model.
(object)
RandomForestRegression
: