Searched refs:sv_total (Results 1 – 2 of 2) sorted by relevance
1169 sv_total = 0; in clear()1191 return sv_total; in get_support_vector_count()1197 return sv && (unsigned)i < (unsigned)sv_total ? sv[i] : 0; in get_support_vector()1344 sv_total = df->sv_count = sv_count; in do_train()1489 sv_total = k; in do_train()1490 CV_CALL( sv = (float**)cvMemStorageAlloc( storage, sv_total*sizeof(sv[0]))); in do_train()1512 assert( (unsigned)df->sv_index[k] < (unsigned)sv_total ); in do_train()1902 buf_sz = sv_total*sizeof(buffer[0]) + (class_count+1)*sizeof(int); in predict()1929 int* vote = (int*)(buffer + sv_total); in predict()1933 kernel->calc( sv_total, var_count, (const float**)sv, row_sample, buffer ); in predict()[all …]
545 int sv_total; variable