From: Rahul Kavi Date: Tue, 5 Nov 2013 11:07:40 +0000 (-0500) Subject: fixed white space in logistic regression prototype X-Git-Tag: submit/tizen/20180620.034203~3^2~3003^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa35835cfc6455f62bdf125eebfec64dc400bd5e;p=platform%2Fupstream%2Fopencv.git fixed white space in logistic regression prototype --- diff --git a/modules/ml/include/opencv2/ml.hpp b/modules/ml/include/opencv2/ml.hpp index 7b03343947..32b2eaa7d8 100644 --- a/modules/ml/include/opencv2/ml.hpp +++ b/modules/ml/include/opencv2/ml.hpp @@ -585,7 +585,6 @@ struct CV_EXPORTS LogisticRegressionParams LogisticRegressionParams(); LogisticRegressionParams(double learning_rate, int iters, int train_method, int normlization, int reg, int mini_batch_size); - }; class CV_EXPORTS LogisticRegression