Maksim Shabunin
5ff1fababc
Merge pull request #15959 from mshabunin:refactor-ml-tests
...
ml: refactored tests
* use parametrized tests where appropriate
* use stable theRNG in most tests
* use modern style with EXPECT_/ASSERT_ checks
5 years ago
Alexander Alekhin
fef7fc343e
ml: add checks of empty train data
5 years ago
luz.paz
e805a55a5b
Misc. modules/ typos (cont.)
...
Found via `codespell`
7 years ago
Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- 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
7 years ago
Alexander Alekhin
006966e629
trace: initial support for code trace
8 years ago
David Carlier
bacc210606
fixing segfaults occuring when launching those unit tests
8 years ago
Vadim Pisarevsky
052593c760
1. Input/OutputArray optimizations;
...
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
10 years ago
Maksim Shabunin
79e8f0680c
Updated ml module interfaces and documentation
10 years ago
Maksim Shabunin
108caae216
Modified logistic regression module according to comments
...
- Reworked documentation to reflect actual code
- Removed some unused variables
- Removed unnecessary 'cv::' modifiers
10 years ago
Maksim Shabunin
3e26086f82
Reworked ML logistic regression implementation, initial version
10 years ago
Maksim Shabunin
71770eb790
Fixed ML module build after merge
10 years ago
Rahul Kavi
a9df50eefc
updated test for logistic regression
10 years ago
Rahul Kavi
64aaa6e1ae
updated test for logistic regression after changes to LogisticRegression class
10 years ago
Rahul Kavi
3039ed7682
added test for logistic regression
10 years ago