enum cv::ml::LogisticRegression::Methods

Overview

Training methods. Moreā€¦

#include <ml.hpp>

enum Methods
{
    BATCH      = 0,
    MINI_BATCH = 1,
};

Detailed Documentation

Training methods.

Enum Values

MINI_BATCH

Set MiniBatchSize to a positive integer when using this method.