Daniil Osokin
|
5d2edced26
|
Added throwing exception when saving untrained SVM model
|
11 years ago |
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
11 years ago |
Nghia Ho
|
d3e24f3cbf
|
Improved documentation for neural network
|
11 years ago |
Piotr Miecielica
|
923698d700
|
Fixes of some memory leaks
|
11 years ago |
Roman Donchenko
|
cf00349b5b
|
Gave CvSVM a private copy constructor & assignment operator.
The implicitly generated ones don't work properly, and I don't want to
write proper ones. :-)
"Fixes" <http://code.opencv.org/issues/3358>.
|
11 years ago |
Alexander Alekhin
|
f63b0dfaf4
|
svm: disable failed tests
|
11 years ago |
Csaba Kertesz
|
6fb3b4f41c
|
Fix a memory leak in CvNormalBayesClassifier::train()
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
11 years ago |
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.
|
11 years ago |
StevenPuttemans
|
ed76b2f98f
|
Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
|
11 years ago |
StevenPuttemans
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
11 years ago |
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
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.
|
12 years ago |
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.
|
12 years ago |
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.
|
12 years ago |
Vadim Pisarevsky
|
e01335bf47
|
fixed buffer size and restored the use of compressed files in ml's load_save tests.
|
12 years ago |
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)
|
12 years ago |
Vadim Pisarevsky
|
63a5587d0d
|
exploring possible bug in optimize_linear_svm
|
12 years ago |
Vadim Pisarevsky
|
a06af5ca25
|
dramatic speedup of SVM::predict in the case of linear SVM
|
12 years ago |
Andrey Kamaev
|
ff7b604a25
|
Fix several inconsistent declarations identified by check_doc2 script
|
12 years ago |
Niels Gerlif Myrtue
|
7697d79d93
|
Added the predict_all function wrapper for python that was missing from the documentation
Copied the docstring description
|
12 years ago |
Andy Maloney
|
b497380a68
|
Check memory allocation
Initialize local variables
|
12 years ago |
LeonidBeynenson
|
87b0126e0d
|
Fixed dummy warning.
|
12 years ago |
LeonidBeynenson
|
013d54c230
|
Changed types of some variables from int64 back to int.
Also corrected some indexes to be size_t.
|
12 years ago |
LeonidBeynenson
|
6de422701a
|
Made changes to allow ml module to work with big data.
|
12 years ago |
Daniil Osokin
|
fe5b9df45f
|
Fixed multiple issues in docs (bug #2410)
|
12 years ago |
Alexander Smorkalov
|
8cb0343f4c
|
Documentation build warning fixes.
Invalid links and refences fixed.
SpaeseMat class documentation updated.
|
12 years ago |
Maria Dimashova
|
0e2958e888
|
fixed CvBoost::predict
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
|
12 years ago |
Andrey Kamaev
|
9526907cba
|
Use .yml.gz format to reduce space requirement from ~260Mb to ~17Mb for ml tests
The size of temporary files is an issue on mobile platforms.
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |
Vadim Pisarevsky
|
849a8c8d20
|
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
|
12 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Andrey Kamaev
|
edee177ef1
|
Fix binary compatibility of opencv_ml
|
12 years ago |
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
|
12 years ago |
Andrey Kamaev
|
0dc3d61071
|
Revert "yet another portion of changes towards the binary compatibility"
This reverts commit 618fbf5508 .
|
12 years ago |
Vadim Pisarevsky
|
a8c5e35619
|
some more fixes towards binary compatibility
|
12 years ago |
Vadim Pisarevsky
|
618fbf5508
|
yet another portion of changes towards the binary compatibility
|
12 years ago |
Andrey Kamaev
|
f268af8ef0
|
Removed remaining SWIG marks from headers
|
12 years ago |
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
12 years ago |
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
12 years ago |
Andrey Pavlenko
|
de90033e93
|
test
|
12 years ago |
Maria Dimashova
|
d38f694275
|
fixed CvBoost in mll if no tree can be trained.
|
13 years ago |
Maria Dimashova
|
0b4e96d89c
|
updated thresholds in EM test after cv::EM fixing
|
13 years ago |
Maria Dimashova
|
75e0eeab17
|
fixed #2160
|
13 years ago |
Maria Dimashova
|
994f8710f3
|
fixed #2159
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Andrey Kamaev
|
b368f99d03
|
Merged the trunk r8852:8880
|
13 years ago |