1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Delete function areClassesEmpty().

This commit is contained in:
Marina Noskova
2016-02-25 15:31:07 +03:00
parent 068677ad50
commit 74c87a26a5
4 changed files with 12 additions and 46 deletions
-2
View File
@@ -182,8 +182,6 @@ void CV_SVMSGDTrainTest::run( int /*start_from*/ )
{
cv::Ptr<SVMSGD> svmsgd = SVMSGD::create();
svmsgd->setOptimalParameters();
svmsgd->train(data);
Mat responses;