removed trailing whitespaces from predict function
This commit is contained in:
parent
50031ffb15
commit
5bb43f69ab
@ -226,7 +226,6 @@ void LogisticRegression::predict( cv::InputArray _ip_data, cv::OutputArray _outp
|
|||||||
cv::Mat labels;
|
cv::Mat labels;
|
||||||
cv::Mat labels_c;
|
cv::Mat labels_c;
|
||||||
cv::Mat temp_pred;
|
cv::Mat temp_pred;
|
||||||
|
|
||||||
cv::Mat pred_m = cv::Mat::zeros(data_t.rows, thetas.rows, data.type());
|
cv::Mat pred_m = cv::Mat::zeros(data_t.rows, thetas.rows, data.type());
|
||||||
|
|
||||||
if(thetas.rows == 1)
|
if(thetas.rows == 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user