1. 08 Sep, 2017 1 commit
  2. 26 Jun, 2017 1 commit
  3. 18 Apr, 2017 1 commit
  4. 29 Jan, 2017 1 commit
  5. 17 Jan, 2017 1 commit
  6. 31 Dec, 2016 1 commit
  7. 07 Apr, 2016 1 commit
  8. 29 Mar, 2016 1 commit
  9. 13 Jan, 2016 2 commits
  10. 03 Nov, 2015 4 commits
    • Abe Friesen's avatar
      - LogisticRegressionImpl::predict() was changed to return the predicted value… · 9c6ff4d9
      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
      9c6ff4d9
    • Abe Friesen's avatar
      Added cast to float to remove warning · d367e159
      Abe Friesen authored
      d367e159
    • Abe Friesen's avatar
      Removed unused variables. · db78fcd1
      Abe Friesen authored
      db78fcd1
    • Abe Friesen's avatar
      - LogisticRegressionImpl::predict() was changed to return the predicted value… · dc1b01e0
      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.
      dc1b01e0
  11. 07 Apr, 2015 1 commit
    • Vadim Pisarevsky's avatar
      1. Input/OutputArray optimizations; · 052593c7
      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
      052593c7
  12. 11 Mar, 2015 2 commits
  13. 17 Feb, 2015 1 commit
  14. 27 Dec, 2014 1 commit
    • Julien Nabet's avatar
      Fix cppcheck reports warnings: · 2d5e3b57
      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
      2d5e3b57
  15. 18 Aug, 2014 14 commits