Files
opencv/modules
Abe Friesen 9c6ff4d955 - 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
2015-11-02 17:49:06 -08:00
..
2015-10-13 17:34:08 +03:00
2015-09-14 12:15:56 +03:00
2015-10-23 21:42:11 +02:00
2015-03-02 18:13:00 +03:00
2015-10-29 11:28:12 +03:00
2015-06-05 16:30:36 +03:00
2014-08-05 20:12:35 +04:00