1. 31 Jan, 2019 1 commit
    • 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
  2. 31 Aug, 2018 1 commit
  3. 17 Aug, 2018 1 commit
  4. 24 Apr, 2018 1 commit
  5. 19 Feb, 2018 1 commit
  6. 12 Feb, 2018 1 commit
  7. 03 Feb, 2018 1 commit
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      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
      4a297a24
  8. 15 Dec, 2017 2 commits
    • Alexander Alekhin's avatar
      aef30191
    • LaurentBerger's avatar
      Simulated Annealing for ANN_MLP training method (#10213) · 7ad308ea
      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
      7ad308ea
  9. 28 Nov, 2017 1 commit
  10. 26 Jun, 2017 1 commit
  11. 18 Apr, 2017 1 commit
  12. 28 Feb, 2017 1 commit
    • mrquorr's avatar
      finished for one sample · d8425d88
      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
      d8425d88
  13. 10 Aug, 2016 1 commit
    • MYLS's avatar
      Add JSON support. · 8596e82d
      MYLS authored
      a JSON emitter, a parser, tests and some basic doc.
      8596e82d
  14. 19 Jul, 2016 1 commit
    • MYLS's avatar
      Modify Base64 functions and add test and documentation · 617df091
      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.
      617df091
  15. 25 Feb, 2016 3 commits
  16. 24 Feb, 2016 1 commit
  17. 15 Feb, 2016 1 commit
  18. 10 Feb, 2016 7 commits
  19. 04 Jan, 2016 1 commit
  20. 10 Dec, 2015 1 commit
  21. 23 Sep, 2015 1 commit
  22. 07 Apr, 2015 1 commit
    • Vadim Pisarevsky's avatar
      1. Input/OutputArray optimizations; · 052593c7
      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
      052593c7
  23. 01 Apr, 2015 1 commit
  24. 17 Feb, 2015 1 commit
  25. 31 Dec, 2014 1 commit
    • Maksim Shabunin's avatar
      Support loading old models in ML module · d004ee58
      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
      d004ee58
  26. 13 Sep, 2014 1 commit
  27. 06 Sep, 2014 1 commit
  28. 31 Aug, 2014 1 commit
  29. 23 Aug, 2014 1 commit
  30. 18 Aug, 2014 2 commits