- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 18 Apr, 2017 1 commit
-
-
David Carlier authored
-
- 29 Jan, 2017 1 commit
-
-
chrizandr authored
-
- 17 Jan, 2017 1 commit
-
-
berak authored
ml: fix small typo in lr.cpp (#8019)
-
- 31 Dec, 2016 1 commit
-
-
BadrinathS authored
-
- 07 Apr, 2016 1 commit
-
-
mvukad authored
Added a writeFormat() method to Algorithm which must be called by the write() method of derived classes.
-
- 29 Mar, 2016 1 commit
-
-
Eugene Khvedchenya authored
-
- 13 Jan, 2016 2 commits
- 03 Nov, 2015 4 commits
-
-
Abe Friesen authored
- LogisticRegressionImpl::predict() was changed to return the predicted value and to only write to the OutputArray results if specified (no longer segfaults). - Refactored batch and mini_batch training to use a common gradient computation function (removed duplicate code). - Altered the cost computation so that NAN is not computed unnecessarily. - Greatly simplified (and sped up) the code that appends a column of 1s to the data. - Minor code cleanup. Removed unused variables. Added cast to float to remove warning
-
Abe Friesen authored
-
Abe Friesen authored
-
Abe Friesen authored
- LogisticRegressionImpl::predict() was changed to return the predicted value and to only write to the OutputArray results if specified (no longer segfaults). - Refactored batch and mini_batch training to use a common gradient computation function (removed duplicate code). - Altered the cost computation so that NAN is not computed unnecessarily. - Greatly simplified (and sped up) the code that appends a column of 1s to the data. - Minor code cleanup.
-
- 07 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
- 11 Mar, 2015 2 commits
- 17 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 27 Dec, 2014 1 commit
-
-
Julien Nabet authored
(performance) Possible inefficient checking for 'lmap' emptiness (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? (style) Array index '<xxx>' is used before limits check
-
- 18 Aug, 2014 14 commits
-
-
Maksim Shabunin authored
- Reworked documentation to reflect actual code - Removed some unused variables - Removed unnecessary 'cv::' modifiers
-
Maksim Shabunin authored
- Extracted common operations to separate functions. - Activated first parameters set. - Some output formatting. - Fixed loop break condition in mini_batch_gradient function.
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Rahul Kavi authored
fixed warnings in type conversions from size_t to int (in getting size of number of unique classes in a training problem).
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-