108 Commits (0c2741f7ad448f18d46ac89ebb539a54d9609c29)

Author SHA1 Message Date
Danny a9a6801c6d
Merge pull request #19884 from danielenricocahall:fix-prediction-features-bug 4 years ago
Alexander Alekhin 7664e6d090 ml: use OpenCV license header for logistic regression 4 years ago
Danny c31164bf1e
Merge pull request #18126 from danielenricocahall:add-oob-error-sample-weighting 4 years ago
Danny 20b23da8e2
Merge pull request #18061 from danielenricocahall:fix-kd-tree 4 years ago
Maksim Shabunin 5ff1fababc Merge pull request #15959 from mshabunin:refactor-ml-tests 5 years ago
Alexander Alekhin fef7fc343e ml: add checks of empty train data 5 years ago
luz.paz fcc7d8dd4e Fix modules/ typos 5 years ago
luz.paz ec43292e1e Fix modules/ typos 5 years ago
Hannah McLaughlin 418898029c Merge pull request #13718 from lochsh:svm-sigmoid-fix 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
Alexander Alekhin df8b057b44 avoid `Ptr<> == NULL` checks 6 years ago
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend 6 years ago
berak e13f6ded7f ml: fix adjusting K in KNearest (#12358) 6 years ago
Alexander Alekhin 7ee69740e8 ml(test): test different samples layout of TrainData 6 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 2385a5870e next(ml): eliminate dummy interface class ANN_MLP_ANNEAL 7 years ago
Alexander Alekhin 12d2bd4adb ml: refactor ML_ANN test 7 years ago
luz.paz e805a55a5b Misc. modules/ typos (cont.) 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Alexander Alekhin aef3019152 ml: fix SimulatedAnnealingSolver interface 7 years ago
LaurentBerger 7ad308ea47 Simulated Annealing for ANN_MLP training method (#10213) 7 years ago
LaurentBerger a44573c43b Add ReLU and LeakyReLU activation function in ml module 7 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
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