Lines Matching refs:weak_count
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() local
1303 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()
1471 cvWriteInt( fs, "ntrees", params.weak_count ); in write_params()
1535 params.weak_count = cvReadIntByName( fs, fnode, "ntrees" ); in read_params()
1568 if( ntrees != params.weak_count ) in read()