- 18 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
It is designed for 1D vectors only
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 24 Apr, 2018 1 commit
-
-
berak authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jun, 2017 1 commit
-
-
Rink Springer authored
This is at least useful when using an SVM one-class linear classifier, so there are valid use cases.
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 26 Aug, 2016 1 commit
-
-
Vadim Pisarevsky authored
* expose 2 extra methods from ml::TrainData: getNames() and getVarSymbolFlags(). The first one returns text labels from CSV (if the data has been loaded from CSV); the second one returns a matrix of boolean values; its n-th element is 1 iff the corresponding column in the CSV uses symbolic names, not numbers. * check that the dynamic_cast succeeds
-
- 04 Aug, 2016 1 commit
-
-
Vadim Pisarevsky authored
2. fixed parsing of "cat[range_spec]ord[range_spec]" type specification string when using ml::TrainData::loadFromCSV(). Thanks to A. Kaehler for reporting it
-
- 12 Feb, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 10 Dec, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Aug, 2015 4 commits
-
-
Lorena García authored
-
Lorena García authored
-
Lorena García authored
-
Lorena García authored
Update to allow loading data from a .csv file that only contains training samples values and not the associated responses. To allow this behavior, function must be called with parameters ResponsesStartIdx <= -2 and ResponsesEndIdx = 0
-
- 31 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
- added test for loading legacy files - added version to new written models - fixed loading of several fields in some models - added generation of new fields from old data
-
- 30 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
"int * CvMLData::sample_idx" was not freed
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 03 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 29 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
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
-
- 21 Nov, 2013 1 commit
-
-
Piotr Miecielica authored
-
- 24 Jul, 2013 1 commit
-
-
Nghia Ho authored
-
- 22 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 16 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
This reverts commit 4d36be87. Conflicts: modules/ml/include/opencv2/ml/ml.hpp modules/ml/src/data.cpp
-
Andrey Kamaev authored
This reverts commit a8c5e356. Conflicts: modules/imgproc/src/imgwarp.cpp
-
- 09 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 24 May, 2012 1 commit
-
-
Maria Dimashova authored
-
- 19 May, 2012 1 commit
-
-
Maria Dimashova authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Apr, 2012 2 commits
-
-
Maria Dimashova authored
-
Maria Dimashova authored
-
- 13 Apr, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
- 12 Apr, 2012 1 commit
-
-
Maria Dimashova authored
-
- 17 Jun, 2011 1 commit
-
-
Maria Dimashova authored
-