165 Commits (854ab48de0ead3a0f59fa4e18feb4a85f3d4c4ac)

Author SHA1 Message Date
Alexander Alekhin 4d0dd3e509 ml: apply CV_OVERRIDE/CV_FINAL 7 years ago
luz.paz e805a55a5b Misc. modules/ typos (cont.) 7 years ago
Alexander Alekhin 289a8da39e ml: simplify interfaces of SimulatedAnnealingSolver 7 years ago
Alexander Alekhin aef3019152 ml: fix SimulatedAnnealingSolver interface 7 years ago
catree 0a439570a0 Move SimulatedAnnealingSolver::Impl in cpp file. Fix some typos. 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
Julian Tanke f70cc29edb export SVM::trainAuto to python #7224 (#8373) 8 years ago
Vladislav Sovrasov 195c12f2db ml: remove useless namespace identifiers in SVM 8 years ago
mrquorr d8425d8881 finished for one sample 8 years ago
Vladislav Sovrasov a789c08588 ml::EM: add documentation for predict() method 8 years ago
chrizandr 519fbdb8ab Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier 8 years ago
chrizandr d22df8c41f Add wrappers for load functions for DTrees and Boost classifiers 8 years ago
chrizandr e3ec3566d9 RTrees: Add wrapper for RTrees_load method to enable loading trained RTrees 8 years ago
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 8 years ago
mshabunin 7a7a2749e0 Fixed java wrappers 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
Vadim Pisarevsky 40b870704e add 2 extra methods to ml::TrainData (#7169) 8 years ago
Marek Smigielski ef45005056 Adding support for pointer generation. Fixes #6605 9 years ago
Marina Noskova 3f0a51bda1 Fixed documentation. 9 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 068677ad50 Fixed documentation. 9 years ago
Marina Noskova 9d9a5bbbfd Fixed documentation. 9 years ago
Marina Noskova f3c4a6aab8 Rename parameters lambda, gamma0 and c. 9 years ago
Marina Noskova 02cd8cf039 Deleted illegal type values. 9 years ago
Marina Noskova ff54952769 Corrected spelling mistakes 9 years ago
Maksim Shabunin 54abb83c82 ml: moved getTestSamples implementation to src 9 years ago
ahb 15793b1301 add TestData::getTestSamples() 9 years ago
Marina Noskova 5496dedd6a Fixed warnings. 9 years ago
Marina Noskova 0307dd19fd Minor fix in declaration of SVMSGD::setOptimalParameters 9 years ago
Marina Noskova 617dd5db5b Fixed doc/opencv.bib 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
joao.faro a2f0963d66 SVMSGD class added 9 years ago
Christoph Spörk 3f172731b2 added wrapped load function for python as suggested by gat3way 9 years ago
Christoph Spörk 66eda72f66 fixed a doxygen issue 9 years ago
Christoph Spörk 6c8bc6a25b fixed ABI incompatibilities as proposed by alalek 9 years ago
Christoph Spörk a7aa198b4c fixing issue #4969 of Itseez/opencv. 9 years ago
Deanna Hood 0d706f6796 Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096) 9 years ago
StevenPuttemans 47db20eced removing unexisting functionality in ML header 9 years ago
Lorena García 4e7bd86fad TrainData doc update 9 years ago
berak d9148ea604 Update ml.hpp 9 years ago
Maksim Shabunin c137ba53a0 Wrap ANN_MLP class into Python 10 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
Maksim Shabunin 9f08310307 Disabled TrainData::getNormCatValues wrapping due to pointer in parameters 10 years ago
Maksim Shabunin 5709ec85d7 Disabled missing python method for static ml function 10 years ago
Maksim Shabunin 5247eacc3c Add python and java support for ml module 10 years ago