enum cv::ml::StatModel::Flags

Overview

Predict options Moreā€¦

#include <ml.hpp>

enum Flags
{
    UPDATE_MODEL       = 1,
    RAW_OUTPUT         =1,
    COMPRESSED_INPUT   =2,
    PREPROCESSED_INPUT =4,
};

Detailed Documentation

Predict options

Enum Values

RAW_OUTPUT

makes the method return the raw results (the sum), not the class label