25 Commits (39467d84bf6563e0152541512a7926f7434fa18a)

Author SHA1 Message Date
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). 9 years ago
Abe Friesen d367e159c1 Added cast to float to remove warning 9 years ago
Abe Friesen db78fcd11a Removed unused variables. 9 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). 9 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