Imagine, that we have a random forest classification model that has trees and it can classify types of objects.
We applied this model to a single object and the trees gave the following predictions: .
What will be the final prediction of the model?
The final prediction of the random forest model in the case of classification is the class label predicted by most trees.