OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
Public Attributes | List of all members
OpenCVForUnity.MlModule.Ml Class Reference

Public Attributes

const int TEST_ERROR = 0
 
const int TRAIN_ERROR = 1
 
const int ROW_SAMPLE = 0
 
const int COL_SAMPLE = 1
 
const int VAR_NUMERICAL = 0
 
const int VAR_ORDERED = 0
 
const int VAR_CATEGORICAL = 1
 

Member Data Documentation

◆ COL_SAMPLE

const int OpenCVForUnity.MlModule.Ml.COL_SAMPLE = 1

◆ ROW_SAMPLE

const int OpenCVForUnity.MlModule.Ml.ROW_SAMPLE = 0

◆ TEST_ERROR

const int OpenCVForUnity.MlModule.Ml.TEST_ERROR = 0

◆ TRAIN_ERROR

const int OpenCVForUnity.MlModule.Ml.TRAIN_ERROR = 1

◆ VAR_CATEGORICAL

const int OpenCVForUnity.MlModule.Ml.VAR_CATEGORICAL = 1

◆ VAR_NUMERICAL

const int OpenCVForUnity.MlModule.Ml.VAR_NUMERICAL = 0

◆ VAR_ORDERED

const int OpenCVForUnity.MlModule.Ml.VAR_ORDERED = 0

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