1. 07 Sep, 2018 1 commit
  2. 31 Aug, 2018 1 commit
  3. 18 Aug, 2018 1 commit
  4. 17 Aug, 2018 1 commit
  5. 31 Jul, 2018 1 commit
    • luz.paz's avatar
      Misc. typos · 2003eb1b
      luz.paz authored
      Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
      2003eb1b
  6. 24 Jul, 2018 1 commit
  7. 17 Jul, 2018 1 commit
  8. 04 Jul, 2018 1 commit
  9. 11 May, 2018 1 commit
  10. 24 Apr, 2018 1 commit
  11. 04 Apr, 2018 1 commit
  12. 28 Mar, 2018 1 commit
  13. 27 Mar, 2018 1 commit
    • codingforfun's avatar
      #11143 [FIX] Normalize node risk with sample weight sum · 24e2e0d3
      codingforfun authored
      In case of regression trees, node risk is computed as sum of squared
      error. To get a meaningfull value to compare with it needs to be
      normalized to the number of samples in the node (or more generally to
      the sum of sample weights in this node). Otherwise the sum of squared
      error is highly dependend on the number of samples in the node and
      comparision with `regressionAccuracy` parameter is not very meaningful.
      
      After normalization `node_risk` means in fact sample variance for all
      samples in the node, which makes much more sence and seams to be what
      was originaly intended by the code given that node risk is later used as
      a split termination criteria by
      ```
      sqrt(node.node_risk) < params.getRegressionAccuracy()
      ```
      24e2e0d3
  14. 22 Feb, 2018 1 commit
  15. 19 Feb, 2018 1 commit
  16. 12 Feb, 2018 1 commit
  17. 03 Feb, 2018 1 commit
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin authored
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  18. 22 Dec, 2017 2 commits
  19. 20 Dec, 2017 1 commit
  20. 15 Dec, 2017 3 commits
  21. 28 Nov, 2017 1 commit
  22. 27 Nov, 2017 1 commit
  23. 09 Nov, 2017 1 commit
  24. 08 Sep, 2017 1 commit
  25. 07 Sep, 2017 1 commit
  26. 08 Aug, 2017 1 commit
  27. 30 Jun, 2017 1 commit
  28. 28 Jun, 2017 1 commit
  29. 27 Jun, 2017 1 commit
  30. 26 Jun, 2017 1 commit
  31. 18 Apr, 2017 1 commit
  32. 05 Apr, 2017 1 commit
  33. 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
  34. 07 Mar, 2017 1 commit
  35. 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
  36. 30 Jan, 2017 1 commit
  37. 29 Jan, 2017 1 commit