opencv/modules/ml/test
Hannah McLaughlin 418898029c Merge pull request #13718 from lochsh:svm-sigmoid-fix
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
2019-01-31 15:34:36 +03:00
..
test_emknearestkmeans.cpp ml: fix adjusting K in KNearest (#12358) 2018-08-31 16:07:53 +03:00
test_gbttest.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_lr.cpp Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
test_main.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_mltests2.cpp ml(test): test different samples layout of TrainData 2018-08-17 16:57:20 +03:00
test_mltests.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_save_load.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_svmsgd.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_svmtrainauto.cpp Merge pull request #13718 from lochsh:svm-sigmoid-fix 2019-01-31 15:34:36 +03:00