Searched refs:oob_error (Results 1 – 2 of 2) sorted by relevance
187 oob_error = 0; in CvRTrees()380 oob_error = 0; in grow_forest()402 oob_error += avg_resp*avg_resp; in grow_forest()419 oob_error += (fabs(prdct_resp - true_resp_ptr[i]) < FLT_EPSILON) ? 0 : 1; in grow_forest()426 oob_error /= (double)oob_samples_count; in grow_forest()484 if( term_crit.type != CV_TERMCRIT_ITER && oob_error < max_oob_err ) in grow_forest()594 cvWriteReal( fs, "oob_error", oob_error ); in write()634 oob_error = cvReadRealByName(fs, fnode, "oob_error", -1 ); in read()639 if( nclasses < 0 || nsamples <= 0 || nactive_vars < 0 || oob_error < 0 || ntrees <= 0) in read()
1005 double oob_error; variable