Random Forest Algorithm

The algorithm described here can be applied to both classification and regression problems.

We will grow of forest of say \( B \) trees.

  1. For \( b=1:B \)
  2. Output then the ensemble of trees \( \{T_b\}_1^{B} \) and make predictions for either a regression type of problem or a classification type of problem.