1. 23 Mar, 2017 1 commit
    • Julian Tanke's avatar
      export SVM::trainAuto to python #7224 (#8373) · f70cc29e
      Julian Tanke authored
      * export SVM::trainAuto to python #7224
      
      * workaround for ABI compatibility of SVM::trainAuto
      
      * add parameter comments to new SVM::trainAuto function
      
      * Export ParamGrid member variables
      f70cc29e
  2. 07 Mar, 2017 1 commit
  3. 28 Feb, 2017 1 commit
    • mrquorr's avatar
      finished for one sample · d8425d88
      mrquorr authored
      Finished with several samples support, need regression testing
      
      Gave a more relevant name to function (getVotes)
      
      Finished implicit implementation
      
      Removed printf, finished regresion testing
      
      Fixed conversion warning
      
      Finished test for Rtrees
      
      Fixed documentation
      
      Initialized variable
      
      Added doxygen documentation
      
      Added parameter name
      d8425d88
  4. 30 Jan, 2017 1 commit
  5. 29 Jan, 2017 2 commits
  6. 19 Jan, 2017 1 commit
  7. 15 Dec, 2016 1 commit
  8. 30 Sep, 2016 2 commits
  9. 26 Aug, 2016 1 commit
    • Vadim Pisarevsky's avatar
      add 2 extra methods to ml::TrainData (#7169) · 40b87070
      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
      40b87070
  10. 31 May, 2016 1 commit
  11. 26 Feb, 2016 1 commit
  12. 25 Feb, 2016 3 commits
  13. 24 Feb, 2016 3 commits
  14. 15 Feb, 2016 2 commits
  15. 12 Feb, 2016 2 commits
  16. 10 Feb, 2016 7 commits
  17. 11 Jan, 2016 1 commit
  18. 07 Jan, 2016 2 commits
  19. 04 Jan, 2016 1 commit
  20. 10 Dec, 2015 1 commit
  21. 08 Oct, 2015 1 commit
  22. 03 Sep, 2015 1 commit
  23. 25 Jul, 2015 1 commit
    • berak's avatar
      Update ml.hpp · d9148ea6
      berak authored
      misplaced CV_WRAP statement lead to not exposing EM::getCovs() to python/java/matlab wrappers
      
      add a CV_OUT to return the covs properly
      d9148ea6
  24. 06 May, 2015 1 commit
  25. 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