- 31 Jan, 2019 1 commit
-
-
Hannah McLaughlin authored
SVM sigmoid kernel fix (issue #13621) (#13718) * Added test for sigmoid case for retrieving support vectors * undo unhelpful test * add test for sigmoid SVM with data that is easily separable into two concentric circles * Update sigmoid kernel to use tanh(gamma * <x, y> + coef0) instead of -tanh(gamma * <x, y> + coef0) * remove unnecessary constraint on coef0 * cleanup * fixing inappropriate use of doubles * Add f to float literal * replace CV_Assert with ASSERT_EQ where appropriate
-
- 31 Aug, 2018 1 commit
-
-
berak authored
-
- 17 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 24 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 19 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 12 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 15 Dec, 2017 2 commits
-
-
Alexander Alekhin authored
-
LaurentBerger authored
* Simulated Annealing for ANN_MLP training method * EXPECT_LT * just to test new data * manage RNG * Try again * Just run buildbot with new data * try to understand * Test layer * New data- new test * Force RNG in backprop * Use Impl to avoid virtual method * reset all weights * try to solve ABI * retry * ABI solved? * till problem with dynamic_cast * Something is wrong * Solved? * disable backprop test * remove ANN_MLP_ANNEALImpl * Disable weight in varmap * Add example for SimulatedAnnealing
-
- 28 Nov, 2017 1 commit
-
-
LaurentBerger authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 18 Apr, 2017 1 commit
-
-
David Carlier authored
-
- 28 Feb, 2017 1 commit
-
-
mrquorr authored
Finished with several samples support, need regression testing Gave a more relevant name to function (getVotes) Finished implicit implementation Removed printf, finished regresion testing Fixed conversion warning Finished test for Rtrees Fixed documentation Initialized variable Added doxygen documentation Added parameter name
-
- 10 Aug, 2016 1 commit
-
-
MYLS authored
a JSON emitter, a parser, tests and some basic doc.
-
- 19 Jul, 2016 1 commit
-
-
MYLS authored
Major changes: - modify the Base64 functions to compatible with `cvWriteRawData` and so on. - add a Base64 flag for FileStorage and outputs raw data in Base64 automatically. - complete all testing and documentation.
-
- 25 Feb, 2016 3 commits
-
-
Marina Noskova authored
Added some asserts.
-
Marina Noskova authored
Added function makeData() in test_svmsgd.cpp.
-
Marina Noskova authored
-
- 24 Feb, 2016 1 commit
-
-
Marina Noskova authored
-
- 15 Feb, 2016 1 commit
-
-
Marina Noskova authored
-
- 10 Feb, 2016 7 commits
-
-
Marina Noskova authored
-
Marina Noskova authored
-
Marina Noskova authored
-
Marina Noskova authored
Added new test (separating two points)
-
Marina Noskova authored
Also fixed documentation, refactored sample.
-
Marina Noskova authored
-
Marina Noskova authored
-
- 04 Jan, 2016 1 commit
-
-
berak authored
-
- 10 Dec, 2015 1 commit
-
-
Deanna Hood authored
-
- 23 Sep, 2015 1 commit
-
-
berak authored
add smoke test
-
- 07 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
- 01 Apr, 2015 1 commit
-
-
Sancho McCann 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
-
- 13 Sep, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 06 Sep, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 31 Aug, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 23 Aug, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 18 Aug, 2014 2 commits
-
-
Maksim Shabunin authored
- Reworked documentation to reflect actual code - Removed some unused variables - Removed unnecessary 'cv::' modifiers
-
Maksim Shabunin authored
-