I use the function CvRTrees::train. This function samples the data automatically. The problem is that I have already sampled the data before passing it. I don't want it to re-sample again. Is there is any flags to be passed to stop this sampling or I have to remove this line from the code?
thank you