Home
last modified time | relevance | path

Searched refs:temp_y (Results 1 – 1 of 1) sorted by relevance

/external/opencv/ml/src/
Dmlsvm.cpp1364 schar* temp_y = 0; in do_train() local
1391 CV_CALL( temp_y = (schar*)cvMemStorageAlloc( temp_storage, sample_count)); in do_train()
1431 temp_y[k] = 1; in do_train()
1437 temp_y[ci + k] = -1; in do_train()
1446 if( !train1( ci + cj, var_count, temp_samples, temp_y, in do_train()