225 Commits (2660eee96110076fa7e5e8e13cba7cd6ba903c78)

Author SHA1 Message Date
Maksim Shabunin 38d37d2b00 Fixed uninitialized memory usage in ANN_MLP 10 years ago
Maksim Shabunin d004ee58c5 Support loading old models in ML module 10 years ago
Julien Nabet 2d5e3b57ea Fix cppcheck reports warnings: 10 years ago
bartaandras 21227ba092 Fixed calc_output_scale with NO_OUTPUT_SCALE flag set. 10 years ago
Vadim Pisarevsky b37a641cc9 fixed bug in automatic SVM training 11 years ago
Benoit Seguin 450734cc32 Correction of the integer data treated as floating point data bug, already corrected in the 2.4 branch. 11 years ago
Dmitriy Anisimov a6b29be55b minor change: moved algorithm type to the end of params 11 years ago
Dmitriy Anisimov dfaf75f502 moving algorithm type to param 11 years ago
Dmitriy Anisimov 5f3ee657ce removed kdtree declaration from interface 11 years ago
Dmitriy Anisimov 9ddb23e025 first implementation KNearest wrapper on KDTree 11 years ago
Dmitriy Anisimov 37b1a7560c first version of moving KDTree from core to ml 11 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
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Vadim Pisarevsky 05e7c29de5 fixed various warnings and obvious errors reported by clang compiler and the coverity tool. 11 years ago
Vadim Pisarevsky 222f8a3d5e hopefully fixed test failure on Linux 11 years ago
Vadim Pisarevsky 24b01a8e4f continuing to debug boost and fix MSVC compile errors 11 years ago
Vadim Pisarevsky 98a1181240 fixed the condition 11 years ago
Vadim Pisarevsky 79b593d8d8 more fixes and more debugging code 11 years ago
Vadim Pisarevsky eeb786fcfd fixed compile warnings from MSVC; fixed warnings in Python bindings; added some debugging code 11 years ago
Vadim Pisarevsky 2520e335d1 removed many extra whitespaces; fixed 1 warning 11 years ago
Vadim Pisarevsky c20ff6ce19 made everything compile and even run somehow 11 years ago
Vadim Pisarevsky 10b60f8d16 continuing refactoring ml samples; added "max vote" response to ANN_MLP. Probably, should make it in less hacky way 11 years ago
Vadim Pisarevsky 223cdcd0ee fixed compilation of some samples; fixed ANN_MLP::predict 11 years ago
Vadim Pisarevsky ba3783d205 initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed 11 years ago
berak 2bacd8b702 2 fixed unassigned reshapes in em (#3674) 11 years ago
Vladislav Vinogradov 7e2f7f45d7 fix bug #3690 11 years ago
Ilya Lavrenov 32eb38ec98 fixed defects from coverity.com 11 years ago
Cosmin Boaca f756171f7b Fixed alignment 11 years ago
Cosmin Boaca 8782eb8657 Fixed alignment 11 years ago
Cosmin Boaca 2cd22a3ca3 Fixed broken alignment 11 years ago
Cosmin Boaca 97092e31bc Added result_probabilities parameter to CvNormalBayesClassifier::predict method. Issue #3401 11 years ago
Cosmin Boaca 3985980b2f Added returnDFVal parameter to parallel CvSVM::predict function 11 years ago
Daniil Osokin 5d2edced26 Added throwing exception when saving untrained SVM model 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Piotr Miecielica 923698d700 Fixes of some memory leaks 11 years ago
Alexander Alekhin f63b0dfaf4 svm: disable failed tests 12 years ago
Csaba Kertesz 6fb3b4f41c Fix a memory leak in CvNormalBayesClassifier::train() 12 years ago