1. 22 Dec, 2017 2 commits
  2. 20 Dec, 2017 1 commit
  3. 15 Dec, 2017 3 commits
  4. 28 Nov, 2017 1 commit
  5. 27 Nov, 2017 1 commit
  6. 09 Nov, 2017 1 commit
  7. 08 Sep, 2017 1 commit
  8. 07 Sep, 2017 1 commit
  9. 08 Aug, 2017 1 commit
  10. 30 Jun, 2017 1 commit
  11. 28 Jun, 2017 1 commit
  12. 27 Jun, 2017 1 commit
  13. 26 Jun, 2017 1 commit
  14. 18 Apr, 2017 1 commit
  15. 05 Apr, 2017 1 commit
  16. 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
  17. 07 Mar, 2017 1 commit
  18. 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
  19. 30 Jan, 2017 1 commit
  20. 29 Jan, 2017 2 commits
  21. 19 Jan, 2017 1 commit
  22. 17 Jan, 2017 1 commit
  23. 31 Dec, 2016 1 commit
  24. 16 Dec, 2016 2 commits
  25. 15 Dec, 2016 1 commit
  26. 30 Sep, 2016 2 commits
  27. 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
  28. 16 Aug, 2016 1 commit
  29. 11 Aug, 2016 1 commit
  30. 10 Aug, 2016 1 commit
    • MYLS's avatar
      Add JSON support. · 8596e82d
      MYLS authored
      a JSON emitter, a parser, tests and some basic doc.
      8596e82d
  31. 04 Aug, 2016 1 commit
    • Vadim Pisarevsky's avatar
      1. fix warning from Xcode 7.x · d7ee62f0
      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
      d7ee62f0
  32. 19 Jul, 2016 1 commit
    • MYLS's avatar
      Modify Base64 functions and add test and documentation · 617df091
      MYLS authored
      Major changes:
      
      - modify the Base64 functions to compatible with `cvWriteRawData` and so
      on.
      - add a Base64 flag for FileStorage and outputs raw data in Base64
      automatically.
      - complete all  testing and documentation.
      617df091
  33. 31 May, 2016 1 commit
  34. 20 May, 2016 1 commit