| Algorithm 2: Random Forest algorithm pseudocode. |
|
input: Number of Trees (), random subset of the features (), training dataset () output: random forest () /1/ is empty /2/ for each to do /3/ = Bootstrap Sample () /4/ = Random Decision Tree (, ) /5/ = /6/ end /7/ return |