Searched defs:CvRTParams (Results 1 – 1 of 1) sorted by relevance
/external/opencv/ml/include/ |
D | ml.h | 940 struct CV_EXPORTS CvRTParams : public CvDTreeParams struct 947 CvRTParams() : CvDTreeParams( 5, 10, 0, false, 10, 0, false, false, 0 ), in CvRTParams() argument 953 CvRTParams( int _max_depth, int _min_sample_count, in CvRTParams() argument
|