0
Hello!
I need to use the function CvRTrees::train()
Opencv, but I don’t quite understand the parameters used. To help, the site has no documentation on the parameters of this function.
The specification of the function is:
bool CvDTree::train(const Mat& trainData,
int tflag,
const Mat& responses,
const Mat& varIdx=Mat(),
const Mat& sampleIdx=Mat(),
const Mat& varType=Mat(),
const Mat& missingDataMask=Mat(),
CvDTreeParams params=CvDTreeParams() )
Thank you very much!