1. 11 Feb, 2019 1 commit
  2. 09 Feb, 2019 1 commit
  3. 08 Feb, 2019 10 commits
  4. 07 Feb, 2019 7 commits
  5. 06 Feb, 2019 4 commits
  6. 05 Feb, 2019 5 commits
  7. 04 Feb, 2019 1 commit
  8. 02 Feb, 2019 1 commit
  9. 01 Feb, 2019 8 commits
  10. 31 Jan, 2019 2 commits
    • Hannah McLaughlin's avatar
      Merge pull request #13718 from lochsh:svm-sigmoid-fix · 41889802
      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
      41889802
    • Dmitry Kurtaev's avatar
      Fix IE tests · c918ac29
      Dmitry Kurtaev authored
      c918ac29