enum cv::ml::SVMSGD::MarginType
class cv::ml::StatModel
SVMSGD type. Moreā¦
#include <ml.hpp> enum SvmsgdType { SGD, ASGD, };
SVMSGD type. ASGD is often the preferable choice.
SGD
Stochastic Gradient Descent.
ASGD
Average Stochastic Gradient Descent.