1. 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
  2. 28 Jun, 2017 1 commit
  3. 27 Jun, 2017 1 commit
  4. 29 Jan, 2017 1 commit
  5. 07 Apr, 2016 1 commit
  6. 28 Mar, 2016 1 commit
  7. 20 Mar, 2015 1 commit
  8. 17 Feb, 2015 1 commit
  9. 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
  10. 03 Aug, 2014 5 commits
  11. 02 Aug, 2014 2 commits
  12. 29 Jul, 2014 1 commit
  13. 14 May, 2014 1 commit
  14. 06 Sep, 2013 1 commit
    • Vladislav Vinogradov's avatar
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov authored
      Conflicts:
      	modules/core/include/opencv2/core/cuda.hpp
      	modules/cudacodec/src/thread.cpp
      	modules/cudacodec/src/thread.hpp
      	modules/superres/perf/perf_superres.cpp
      	modules/superres/src/btv_l1_cuda.cpp
      	modules/superres/src/optical_flow.cpp
      	modules/videostab/src/global_motion.cpp
      	modules/videostab/src/inpainting.cpp
      	samples/cpp/stitching_detailed.cpp
      	samples/cpp/videostab.cpp
      	samples/gpu/stereo_multi.cpp
      0c7663eb
  15. 05 Sep, 2013 1 commit
  16. 23 Aug, 2013 1 commit
  17. 01 Apr, 2013 1 commit
  18. 28 Mar, 2013 1 commit
  19. 25 Feb, 2013 1 commit
  20. 01 Feb, 2013 2 commits
  21. 31 Jan, 2013 1 commit
  22. 28 Aug, 2012 1 commit
  23. 15 Jun, 2012 1 commit
  24. 09 Jun, 2012 1 commit
  25. 30 Mar, 2012 1 commit
  26. 22 Dec, 2011 1 commit
  27. 24 Jun, 2011 1 commit
  28. 18 Feb, 2011 1 commit
  29. 29 Nov, 2010 2 commits
  30. 25 Nov, 2010 1 commit
  31. 02 Nov, 2010 1 commit
  32. 22 Sep, 2010 1 commit
  33. 10 Sep, 2010 1 commit