Searched refs:weak_count (Results 1 – 2 of 2) sorted by relevance
57 weak_count = 100; in CvBoostParams()69 weak_count = _weak_count; in CvBoostParams()883 params.weak_count = MAX( params.weak_count, 1 ); in set_params()946 for( i = 0; i < params.weak_count; i++ ) in train()1274 int i, weak_count, var_count; in predict() local1303 weak_count = cvSliceLength( slice, weak ); in predict()1304 if( weak_count >= weak->total ) in predict()1306 weak_count = weak->total; in predict()1315 weak_responses->cols + weak_responses->rows - 1 != weak_count ) in predict()1413 for( i = 0; i < weak_count; i++ ) in predict()[all …]
1021 int weak_count; member1026 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,