OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.MlModule.Ml Class Reference

Static Public Attributes

const int COL_SAMPLE = 1
 C++: enum SampleTypes (cv.ml.SampleTypes)
 
const int ROW_SAMPLE = 0
 C++: enum SampleTypes (cv.ml.SampleTypes)
 
const int TEST_ERROR = 0
 C++: enum ErrorTypes (cv.ml.ErrorTypes)
 
const int TRAIN_ERROR = 1
 C++: enum ErrorTypes (cv.ml.ErrorTypes)
 
const int VAR_CATEGORICAL = 1
 C++: enum VariableTypes (cv.ml.VariableTypes)
 
const int VAR_NUMERICAL = 0
 C++: enum VariableTypes (cv.ml.VariableTypes)
 
const int VAR_ORDERED = 0
 C++: enum VariableTypes (cv.ml.VariableTypes)
 

Member Data Documentation

◆ COL_SAMPLE

const int OpenCVForUnity.MlModule.Ml.COL_SAMPLE = 1
static

C++: enum SampleTypes (cv.ml.SampleTypes)

◆ ROW_SAMPLE

const int OpenCVForUnity.MlModule.Ml.ROW_SAMPLE = 0
static

C++: enum SampleTypes (cv.ml.SampleTypes)

◆ TEST_ERROR

const int OpenCVForUnity.MlModule.Ml.TEST_ERROR = 0
static

C++: enum ErrorTypes (cv.ml.ErrorTypes)

◆ TRAIN_ERROR

const int OpenCVForUnity.MlModule.Ml.TRAIN_ERROR = 1
static

C++: enum ErrorTypes (cv.ml.ErrorTypes)

◆ VAR_CATEGORICAL

const int OpenCVForUnity.MlModule.Ml.VAR_CATEGORICAL = 1
static

C++: enum VariableTypes (cv.ml.VariableTypes)

◆ VAR_NUMERICAL

const int OpenCVForUnity.MlModule.Ml.VAR_NUMERICAL = 0
static

C++: enum VariableTypes (cv.ml.VariableTypes)

◆ VAR_ORDERED

const int OpenCVForUnity.MlModule.Ml.VAR_ORDERED = 0
static

C++: enum VariableTypes (cv.ml.VariableTypes)


The documentation for this class was generated from the following file: