removed trailing whitespaces from predict function

pull/3119/head
Rahul Kavi 12 years ago committed by Maksim Shabunin
parent 50031ffb15
commit 5bb43f69ab
  1. 1
      modules/ml/src/lr.cpp

@ -226,7 +226,6 @@ void LogisticRegression::predict( cv::InputArray _ip_data, cv::OutputArray _outp
cv::Mat labels;
cv::Mat labels_c;
cv::Mat temp_pred;
cv::Mat pred_m = cv::Mat::zeros(data_t.rows, thetas.rows, data.type());
if(thetas.rows == 1)

Loading…
Cancel
Save