From aa35835cfc6455f62bdf125eebfec64dc400bd5e Mon Sep 17 00:00:00 2001 From: Rahul Kavi Date: Tue, 5 Nov 2013 06:07:40 -0500 Subject: [PATCH] fixed white space in logistic regression prototype --- modules/ml/include/opencv2/ml.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ml/include/opencv2/ml.hpp b/modules/ml/include/opencv2/ml.hpp index 7b03343..32b2eaa 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 -- 2.7.4