Hello, I am using random forest in my code. And I am not sure that how I should calculate "max_num_of_trees_in_the_forest " that is a parameter of CvRTParams() function.
I know the machine shouldnt memorize all of my train datas .
1 | initial version |
Hello, I am using random forest in my code. And I am not sure that how I should calculate "max_num_of_trees_in_the_forest " that is a parameter of CvRTParams() function.
I know the machine shouldnt memorize all of my train datas .
2 | retagged |
Hello, I am using random forest in my code. And I am not sure that how I should calculate "max_num_of_trees_in_the_forest " that is a parameter of CvRTParams() function.
I know the machine shouldnt memorize all of my train datas .