Ml 类
- java.lang.Object
-
- org.opencv.ml.Ml
-
public class Ml extends java.lang.Object
-
-
字段摘要
字段 修饰符和类型 字段 描述 静态 int
COL_SAMPLE
静态 int
ROW_SAMPLE
静态 int
TEST_ERROR
静态 int
TRAIN_ERROR
静态 int
VAR_CATEGORICAL
静态 int
VAR_NUMERICAL
静态 int
VAR_ORDERED
-
构造函数摘要
构造函数 构造函数 描述 Ml()
-
-
-
字段详情
-
TEST_ERROR
public static final int TEST_ERROR
- 参见
- 常量字段值
-
TRAIN_ERROR
public static final int TRAIN_ERROR
- 参见
- 常量字段值
-
ROW_SAMPLE
public static final int ROW_SAMPLE
- 参见
- 常量字段值
-
COL_SAMPLE
public static final int COL_SAMPLE
- 参见
- 常量字段值
-
VAR_NUMERICAL
public static final int VAR_NUMERICAL
- 参见
- 常量字段值
-
VAR_ORDERED
public static final int VAR_ORDERED
- 参见
- 常量字段值
-
VAR_CATEGORICAL
public static final int VAR_CATEGORICAL
- 参见
- 常量字段值
-
-