projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8995921
)
fixed white space in logistic regression prototype
author
Rahul Kavi
<leorahul16@gmail.com>
Tue, 5 Nov 2013 11:07:40 +0000
(06:07 -0500)
committer
Maksim Shabunin
<maksim.shabunin@itseez.com>
Mon, 18 Aug 2014 15:06:57 +0000
(19:06 +0400)
modules/ml/include/opencv2/ml.hpp
patch
|
blob
|
history
diff --git
a/modules/ml/include/opencv2/ml.hpp
b/modules/ml/include/opencv2/ml.hpp
index 7b033439474e344de221fef570422a96bc45ee41..32b2eaa7d8689fafc3f71204e7bd97e4c0571f6f 100644
(file)
--- 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