Rename parameters lambda, gamma0 and c.

This commit is contained in:
Marina Noskova
2016-02-24 13:22:07 +03:00
parent 02cd8cf039
commit f3c4a6aab8
5 changed files with 74 additions and 76 deletions

View File

@@ -200,7 +200,6 @@ void CV_SVMSGDTrainTest::run( int /*start_from*/ )
}
float err = (float)errCount / testSamplesCount;
std::cout << "err " << err << std::endl;
if ( err > precision )
{