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:
@@ -182,8 +182,6 @@ void CV_SVMSGDTrainTest::run( int /*start_from*/ )
|
||||
{
|
||||
cv::Ptr<SVMSGD> svmsgd = SVMSGD::create();
|
||||
|
||||
svmsgd->setOptimalParameters();
|
||||
|
||||
svmsgd->train(data);
|
||||
|
||||
Mat responses;
|
||||
|
||||
Reference in New Issue
Block a user