Which of the following is incorrect regarding the Random Forest algorithm?
a) Random Forest takes votes from multiple decision trees.
b) Random features can be used to train different decision trees.
c) Random Forest is more sensitive to noises compared to Decision Tree.
d) Random subset of the training data is used to train different decision trees.