- 27 Mar, 2018 1 commit
-
-
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() ```
-
- 28 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 27 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 29 Jan, 2017 1 commit
-
-
chrizandr authored
-
- 07 Apr, 2016 1 commit
-
-
mvukad authored
Added a writeFormat() method to Algorithm which must be called by the write() method of derived classes.
-
- 28 Mar, 2016 1 commit
-
-
Evan Heidtmann authored
-
- 20 Mar, 2015 1 commit
-
-
Evgeny Agafonchikov authored
-
- 17 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 31 Dec, 2014 1 commit
-
-
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
-
- 03 Aug, 2014 5 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 02 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 29 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed
-
- 14 May, 2014 1 commit
-
-
Vladislav Vinogradov authored
removed invalid condition, it is always false
-
- 06 Sep, 2013 1 commit
-
-
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
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 23 Aug, 2013 1 commit
-
-
Maria Dimashova authored
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 28 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 01 Feb, 2013 2 commits
-
-
LeonidBeynenson authored
-
LeonidBeynenson authored
Also corrected some indexes to be size_t.
-
- 31 Jan, 2013 1 commit
-
-
LeonidBeynenson authored
-
- 28 Aug, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Mar, 2012 1 commit
-
-
Maria Dimashova authored
-
- 22 Dec, 2011 1 commit
-
-
Maria Dimashova authored
-
- 24 Jun, 2011 1 commit
-
-
Ilya Lysenkov authored
-
- 18 Feb, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
-
- 29 Nov, 2010 2 commits
-
-
Maria Dimashova authored
-
Maria Dimashova authored
-
- 25 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
fixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr<CvDTreeSplit>::delete_obj() (ticket #406)
-
- 02 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Sep, 2010 1 commit
-
-
Maria Dimashova authored
-
- 10 Sep, 2010 1 commit
-
-
Maria Dimashova authored
-