Maksim Shabunin
|
eebd4cad66
|
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
|
2015-11-17 18:52:55 +03:00 |
|
Alexander Alekhin
|
73a8e65cbd
|
Merge pull request #5285 from ilya-lavrenov:ml5
|
2015-09-02 11:39:07 +00:00 |
|
Alexander Alekhin
|
ae0d428b62
|
Merge pull request #5281 from ilya-lavrenov:ml2
|
2015-09-02 11:38:45 +00:00 |
|
Vadim Pisarevsky
|
5603617b7c
|
Merge pull request #5284 from ilya-lavrenov:ml4
|
2015-09-01 12:31:46 +00:00 |
|
Vadim Pisarevsky
|
43aae3fee8
|
Merge pull request #5283 from ilya-lavrenov:ml3
|
2015-09-01 12:31:05 +00:00 |
|
Ilya Lavrenov
|
1b8c2589c0
|
fixed memory leak in GBTrees
|
2015-09-01 14:38:11 +03:00 |
|
Ilya Lavrenov
|
887736bcd4
|
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
|
2015-09-01 13:22:49 +03:00 |
|
Ilya Lavrenov
|
3a1bb93340
|
release filestorage before exception
|
2015-09-01 13:04:33 +03:00 |
|
Ilya Lavrenov
|
dfb49097e3
|
fixed memory leak in ANN
|
2015-09-01 12:29:52 +03:00 |
|
Ilya Lavrenov
|
d7bb1025f3
|
fixed memory leak in ml module
|
2015-09-01 11:26:25 +03:00 |
|
Maksim Shabunin
|
447b8bf58a
|
Fixing possible corruption for big training data sizes
|
2015-08-10 12:36:27 +03:00 |
|
Maksim Shabunin
|
e23ba9215d
|
Fixed memory leak in ML module
"int * CvMLData::sample_idx" was not freed
|
2014-12-30 15:20:24 +03:00 |
|
Benoit Seguin
|
084835ec30
|
Fixing a line where integer data was treated as floating point data.
|
2014-09-18 14:03:13 +02:00 |
|
unknown
|
ade46bd428
|
Fixed typos in comments
|
2014-06-26 16:29:45 +02:00 |
|
berak
|
2bacd8b702
|
2 fixed unassigned reshapes in em (#3674)
|
2014-05-28 10:37:16 +02:00 |
|
Vladislav Vinogradov
|
7e2f7f45d7
|
fix bug #3690
removed invalid condition, it is always false
|
2014-05-14 10:47:28 +04:00 |
|
Daniil Osokin
|
5d2edced26
|
Added throwing exception when saving untrained SVM model
|
2014-01-13 13:50:30 +04:00 |
|
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
2014-01-07 02:52:30 +04:00 |
|
Piotr Miecielica
|
923698d700
|
Fixes of some memory leaks
|
2013-11-21 18:55:09 +01:00 |
|
Alexander Alekhin
|
f63b0dfaf4
|
svm: disable failed tests
|
2013-10-07 18:17:10 +04:00 |
|
Csaba Kertesz
|
6fb3b4f41c
|
Fix a memory leak in CvNormalBayesClassifier::train()
|
2013-09-20 22:36:49 +02:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
|
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
2013-08-08 12:43:07 +04:00 |
|
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
2013-07-10 16:02:07 +04:00 |
|
Vladislav Vinogradov
|
e433145b7e
|
fix for Bug #3085:
weights array is only allocated for (l_count+1) elements,
but then weights[l_count+1] element is accessed.
|
2013-06-13 10:22:56 +04:00 |
|
Roman Donchenko
|
29b13ec1de
|
Replaced most of the usages of parallel_for with that of parallel_for_.
This should allow many algorithms to take advantage of more parallelization
technologies.
|
2013-05-31 12:22:04 +04:00 |
|
Roman Donchenko
|
4143071e22
|
In CvBoost, delegated update_weights's implementation to a helper method.
This allows subclasses of CvBoost to override initial weights that
update_weights uses without duplicating its entire implementation.
|
2013-04-11 13:50:10 +04:00 |
|
Vadim Pisarevsky
|
e01335bf47
|
fixed buffer size and restored the use of compressed files in ml's load_save tests.
|
2013-03-22 01:53:41 +04:00 |
|
Vadim Pisarevsky
|
4331f76d18
|
add hack to disable optimization of linear svms; improved precision of optimize_linear_svm; add the relevant test, which however requires some big database (so it's disabled by default)
|
2013-03-21 19:17:59 +04:00 |
|
Vadim Pisarevsky
|
63a5587d0d
|
exploring possible bug in optimize_linear_svm
|
2013-03-21 17:00:08 +04:00 |
|
Vadim Pisarevsky
|
a06af5ca25
|
dramatic speedup of SVM::predict in the case of linear SVM
|
2013-03-19 18:28:17 +04:00 |
|
Andrey Kamaev
|
9c939a8dcf
|
Merge pull request #420 from asmaloney:check-mem-alloc
|
2013-02-04 12:56:36 +04:00 |
|
Andy Maloney
|
b497380a68
|
Check memory allocation
Initialize local variables
|
2013-02-02 08:33:40 -05:00 |
|
LeonidBeynenson
|
87b0126e0d
|
Fixed dummy warning.
|
2013-02-01 16:16:43 +04:00 |
|
LeonidBeynenson
|
013d54c230
|
Changed types of some variables from int64 back to int.
Also corrected some indexes to be size_t.
|
2013-02-01 14:41:14 +04:00 |
|
LeonidBeynenson
|
6de422701a
|
Made changes to allow ml module to work with big data.
|
2013-01-31 19:37:20 +04:00 |
|
Maria Dimashova
|
0e2958e888
|
fixed CvBoost::predict
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
|
2012-12-29 00:30:52 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
7d6a2f1bca
|
Revert "skip of table header in MLData (#1962)"
This reverts commit 4d36be8794 .
Conflicts:
modules/ml/include/opencv2/ml/ml.hpp
modules/ml/src/data.cpp
|
2012-10-17 02:09:20 +04:00 |
|
Vadim Pisarevsky
|
a8c5e35619
|
some more fixes towards binary compatibility
|
2012-10-09 15:56:16 +04:00 |
|
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
2012-08-28 18:15:14 +04:00 |
|
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
2012-08-19 19:36:43 +04:00 |
|
Andrey Pavlenko
|
de90033e93
|
test
|
2012-07-25 18:26:07 +04:00 |
|
Maria Dimashova
|
d38f694275
|
fixed CvBoost in mll if no tree can be trained.
|
2012-07-12 12:29:50 +00:00 |
|
Maria Dimashova
|
75e0eeab17
|
fixed #2160
|
2012-07-11 13:51:36 +00:00 |
|
Maria Dimashova
|
994f8710f3
|
fixed #2159
|
2012-07-11 13:26:58 +00:00 |
|
Maria Dimashova
|
d56b771963
|
fixed #2082
|
2012-07-01 20:59:29 +00:00 |
|
Alexander Mordvintsev
|
a98d6b6217
|
exposed parallelized SVM prediction to python (predict_all)
|
2012-06-14 10:02:49 +00:00 |
|
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
2012-06-12 14:46:12 +00:00 |
|