Searched refs:sw_step (Results 1 – 1 of 1) sorted by relevance
705 int sw_step = 0; in prepare_to_train() local754 sw_step = CV_IS_MAT_CONT(_sample_weights->type) ? 1 : in prepare_to_train()776 (double)_sample_weights->data.fl[si*sw_step] : in prepare_to_train()777 _sample_weights->data.db[si*sw_step]; in prepare_to_train()