OpenCV 3.0.0-rc1

org.opencv.ml
Class Ml

java.lang.Object
  extended by org.opencv.ml.Ml

public class Ml
extends java.lang.Object


Field Summary
static int COL_SAMPLE
           
static int ROW_SAMPLE
           
static int TEST_ERROR
           
static int TRAIN_ERROR
           
static int VAR_CATEGORICAL
           
static int VAR_NUMERICAL
           
static int VAR_ORDERED
           
 
Constructor Summary
Ml()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COL_SAMPLE

public static final int COL_SAMPLE
See Also:
Constant Field Values

ROW_SAMPLE

public static final int ROW_SAMPLE
See Also:
Constant Field Values

TEST_ERROR

public static final int TEST_ERROR
See Also:
Constant Field Values

TRAIN_ERROR

public static final int TRAIN_ERROR
See Also:
Constant Field Values

VAR_CATEGORICAL

public static final int VAR_CATEGORICAL
See Also:
Constant Field Values

VAR_NUMERICAL

public static final int VAR_NUMERICAL
See Also:
Constant Field Values

VAR_ORDERED

public static final int VAR_ORDERED
See Also:
Constant Field Values
Constructor Detail

Ml

public Ml()

OpenCV 3.0.0-rc1 Documentation