提交 5bb43f69 编写于 作者: R Rahul Kavi 提交者: Maksim Shabunin

removed trailing whitespaces from predict function

上级 50031ffb
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册