36 Commits (996ed0a2eb3d74c8045ed4674c54dc4bd75d79cf)

Author SHA1 Message Date
Alexander Smorkalov daa8f7dfc6 Partially back-port #25075 to 4.x 1 year ago
Yulv-git 15ac54d5d6 Fix some typos in modules/. 3 years ago
Alexander Alekhin 7664e6d090 ml: use OpenCV license header for logistic regression 4 years ago
Alexander Alekhin fef7fc343e ml: add checks of empty train data 6 years ago
Alexander Alekhin 4d0dd3e509 ml: apply CV_OVERRIDE/CV_FINAL 7 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
David Carlier bacc210606 fixing segfaults occuring when launching those unit tests 8 years ago
chrizandr 519fbdb8ab Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier 8 years ago
berak 89a740a62f Merge pull request #8019 from berak:patch-2 8 years ago
BadrinathS d1f727191f Resolving issue #7924 8 years ago
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects 9 years ago
Eugene Khvedchenya ee92a36123 Added parallel implementation of compute_gradient method. 9 years ago
Amro 542f2b2e3c clean up code for train and predict methods of LR 9 years ago
Amro e67178c696 fix LR predict with raw output in 2-class case 9 years ago
Abe Friesen 9c6ff4d955 - LogisticRegressionImpl::predict() was changed to return the predicted value and to only write to the OutputArray results if specified (no longer segfaults). 10 years ago
Abe Friesen d367e159c1 Added cast to float to remove warning 10 years ago
Abe Friesen db78fcd11a Removed unused variables. 10 years ago
Abe Friesen dc1b01e002 - LogisticRegressionImpl::predict() was changed to return the predicted value and to only write to the OutputArray results if specified (no longer segfaults). 10 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
ippei ito 518fd59a10 fixed whitespace error 10 years ago
ippei ito 49b38fe793 Fixed compile error build with VisualStudio2013 on windows. 10 years ago
Maksim Shabunin 79e8f0680c Updated ml module interfaces and documentation 10 years ago
Julien Nabet 2d5e3b57ea Fix cppcheck reports warnings: 10 years ago
Maksim Shabunin 108caae216 Modified logistic regression module according to comments 11 years ago
Maksim Shabunin 4667e18831 Updated logistic regression example 11 years ago
Maksim Shabunin 3e26086f82 Reworked ML logistic regression implementation, initial version 11 years ago
Maksim Shabunin 71770eb790 Fixed ML module build after merge 11 years ago
Rahul Kavi a23836231f fixed warnings in type conversions 11 years ago
Rahul Kavi d20b2a5a97 removed extra comments in train method 11 years ago
Rahul Kavi ae02ecec60 removed a couple of unnecessary comments in Logistic Regression training method 11 years ago
Rahul Kavi 65eb52a247 removed default value from LogisticRegression constructor function definition 11 years ago
Rahul Kavi 8995921cc5 fixed white space in logistic regression classifier 11 years ago
Rahul Kavi b3b4e83aed updated logistic regression definition 11 years ago
Rahul Kavi 5bb43f69ab removed trailing whitespaces from predict function 11 years ago
Rahul Kavi 0e13f33193 rewrote the code to update API, removed inheritance from CvStatModel. 11 years ago
Rahul Kavi 6c74439d56 fixed trailing white-space in logistic regression class 11 years ago
Rahul Kavi 6ae43a2243 added logistic regression classifier 11 years ago