1. 18 Aug, 2018 1 commit
  2. 04 Jul, 2018 1 commit
  3. 24 Apr, 2018 1 commit
  4. 28 Mar, 2018 1 commit
  5. 30 Jun, 2017 1 commit
  6. 26 Jun, 2017 1 commit
  7. 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
  8. 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
  9. 12 Feb, 2016 1 commit
  10. 10 Dec, 2015 1 commit
  11. 04 Aug, 2015 4 commits
  12. 31 Dec, 2014 1 commit
    • Maksim Shabunin's avatar
      Support loading old models in ML module · d004ee58
      Maksim Shabunin authored
      - added test for loading legacy files
      - added version to new written models
      - fixed loading of several fields in some models
      - added generation of new fields from old data
      d004ee58
  13. 30 Dec, 2014 1 commit
  14. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  15. 09 Aug, 2014 1 commit
  16. 03 Aug, 2014 1 commit
  17. 02 Aug, 2014 2 commits
  18. 29 Jul, 2014 1 commit
  19. 21 Nov, 2013 1 commit
  20. 24 Jul, 2013 1 commit
  21. 22 Mar, 2013 1 commit
  22. 17 Oct, 2012 2 commits
  23. 16 Oct, 2012 2 commits
  24. 09 Oct, 2012 1 commit
  25. 30 May, 2012 1 commit
  26. 24 May, 2012 1 commit
  27. 19 May, 2012 1 commit
  28. 30 Apr, 2012 1 commit
  29. 16 Apr, 2012 2 commits
  30. 13 Apr, 2012 2 commits
  31. 12 Apr, 2012 1 commit
  32. 17 Jun, 2011 1 commit