75 Commits (d0c64fca2b2018b749726815fff20dedcf07f28a)

Author SHA1 Message Date
mrquorr d8425d8881 finished for one sample 8 years ago
MYLS 8596e82d98 Add JSON support. 8 years ago
MYLS 617df09143 Modify Base64 functions and add test and documentation 8 years ago
Marina Noskova 53711ec29d Deleted default value for parameters in docs. 9 years ago
Marina Noskova d484893839 Deleted functions makeTrainData() and makeTestData() in test_svmsgd.cpp. 9 years ago
Marina Noskova 74c87a26a5 Delete function areClassesEmpty(). 9 years ago
Marina Noskova f3c4a6aab8 Rename parameters lambda, gamma0 and c. 9 years ago
Marina Noskova ff54952769 Corrected spelling mistakes 9 years ago
Marina Noskova 5496dedd6a Fixed warnings. 9 years ago
Marina Noskova 617dd5db5b Fixed doc/opencv.bib 9 years ago
Marina Noskova 05353a1492 Removed trailing whitespaces 9 years ago
Marina Noskova 41c0a38344 Fixed test samples for tests with different borders 9 years ago
Marina Noskova bfdca05f25 Added margin type, added tests with different scales of features. 9 years ago
Marina Noskova acd74037b3 Increasing the dimension of features space in the SVMSGD::train function. 9 years ago
Marina Noskova 40bf97c6d1 Refactored SVMSGD class 9 years ago
berak 5afd0e211e ml: fix NormalBayesClassifier bulk prediction(#5911) 9 years ago
Deanna Hood 0d706f6796 Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096) 9 years ago
berak 74fc9acdd1 initialize temp_train_samples in SVM::autoTrain 9 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
Sancho McCann 6593422c05 Bugfix: #4030 SVM auto-training. 10 years ago
Maksim Shabunin 79e8f0680c Updated ml module interfaces and documentation 10 years ago
Maksim Shabunin d004ee58c5 Support loading old models in ML module 10 years ago
Dmitriy Anisimov a6b29be55b minor change: moved algorithm type to the end of params 10 years ago
Dmitriy Anisimov dfaf75f502 moving algorithm type to param 10 years ago
Dmitriy Anisimov 5f3ee657ce removed kdtree declaration from interface 10 years ago
Dmitriy Anisimov 9ddb23e025 first implementation KNearest wrapper on KDTree 10 years ago
Maksim Shabunin 108caae216 Modified logistic regression module according to comments 10 years ago
Maksim Shabunin 3e26086f82 Reworked ML logistic regression implementation, initial version 10 years ago
Maksim Shabunin 71770eb790 Fixed ML module build after merge 10 years ago
Rahul Kavi a9df50eefc updated test for logistic regression 10 years ago
Rahul Kavi 64aaa6e1ae updated test for logistic regression after changes to LogisticRegression class 10 years ago
Rahul Kavi 3039ed7682 added test for logistic regression 10 years ago
Vadim Pisarevsky 8e9d1d9fe6 temporarily disabled java bindings for ml; hopefully fixed warnings etc. 10 years ago
Vadim Pisarevsky c20ff6ce19 made everything compile and even run somehow 10 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 10 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
Daniil Osokin 5d2edced26 Added throwing exception when saving untrained SVM model 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 13b31b0804 Move C++ basic structures to separate header and inverse dependency from C API 12 years ago
Andrey Kamaev 2ad7b97f1c All modules (except ocl and gpu) compiles and pass tests 12 years ago
Vadim Pisarevsky e01335bf47 fixed buffer size and restored the use of compressed files in ml's load_save tests. 12 years ago
Vadim Pisarevsky 4331f76d18 add hack to disable optimization of linear svms; improved precision of optimize_linear_svm; add the relevant test, which however requires some big database (so it's disabled by default) 12 years ago
Vadim Pisarevsky 63a5587d0d exploring possible bug in optimize_linear_svm 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 9526907cba Use .yml.gz format to reduce space requirement from ~260Mb to ~17Mb for ml tests 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago