Random Forest classifier is one of the most widely used classifiers used for supervised classification. The classifier provides accuracy and precision based on some training and test samples. However, in the SNAP platform, while training the classifier, it only asks for the number of training samples, set at 5000 by default, and the number of trees, set at 10 by default. What does this training sample mean?

Also, while performing the classification, it gives a report on the classifier accuracy and precision for each class in a text file. I guess, this report is prepared based on a particular number of training and test samples. Now, my question is how to know this number of training and test samples for the Random Forest classifier in the SNAP platform? Does SNAP use a ratio by default? If yes, then how to know that ratio and also how to change that ratio, if required?

Any ideas on this would be helpful. Thanks in advance.

More Swadhina Koley's questions See All
Similar questions and discussions