enum cv::ml::SVMSGD::SvmsgdType

Overview

SVMSGD type. Moreā€¦

#include <ml.hpp>

enum SvmsgdType
{
    SGD,
    ASGD,
};

Detailed Documentation

SVMSGD type. ASGD is often the preferable choice.

Enum Values

SGD

Stochastic Gradient Descent.

ASGD

Average Stochastic Gradient Descent.