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 |
Maria Dimashova
|
d56b771963
|
fixed #2082
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Marina Kolpakova
|
680a44189c
|
merged the trunk r8704:8716
|
13 years ago |
Marina Kolpakova
|
6cca6a4548
|
merged the trunk r8669:8702
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Andrey Kamaev
|
e94e5866a1
|
Fixed mingw build warnings
|
13 years ago |
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
13 years ago |
Alexander Mordvintsev
|
b4dafa6b58
|
fixed SVM train_auto docs: "train set" <-> "test set"
|
13 years ago |
Andrey Kamaev
|
f666bd221f
|
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
ab20da0f53
|
Merged the trunk r8547:8574, r8587
|
13 years ago |
Alexander Mordvintsev
|
a98d6b6217
|
exposed parallelized SVM prediction to python (predict_all)
|
13 years ago |
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
Marina Kolpakova
|
6727e4cb6d
|
fixed build under android
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |