Hello,
For now, I am confused about the relationship between number of features that input into the classifier and the accuracy of this classifier. For example, I am using the random forest to do the prediction. I try to use the Haar features and histogram of the images and HOG features to train the random forest. However, I found that when I use only histogram features, the accuracy of this classifier is about 80%. I put the Haar features and the histogram features into the classifier, the accuracy of the classifier is improving to about 84%. When I trying to use these 3 features together, the accuracy of the classifier is decreased to about 82%. Could someone told me about how to solve this problem? I want to decrease the error rate, and don't know which feature is the best features for the classifier. Thank you very much