enum cv::ml::ErrorTypes

Error types

#include <ml.hpp>

enum ErrorTypes
{
    TEST_ERROR  = 0,
    TRAIN_ERROR = 1,
};