Package org.opencv.ml
Class Ml
- java.lang.Object
- 
- org.opencv.ml.Ml
 
- 
 public class Ml extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static intCOL_SAMPLEstatic intROW_SAMPLEstatic intTEST_ERRORstatic intTRAIN_ERRORstatic intVAR_CATEGORICALstatic intVAR_NUMERICALstatic intVAR_ORDERED
 - 
Constructor SummaryConstructors Constructor Description Ml()
 
- 
- 
- 
Field Detail- 
ROW_SAMPLEpublic static final int ROW_SAMPLE - See Also:
- Constant Field Values
 
 - 
COL_SAMPLEpublic static final int COL_SAMPLE - See Also:
- Constant Field Values
 
 - 
TEST_ERRORpublic static final int TEST_ERROR - See Also:
- Constant Field Values
 
 - 
TRAIN_ERRORpublic static final int TRAIN_ERROR - See Also:
- Constant Field Values
 
 - 
VAR_NUMERICALpublic static final int VAR_NUMERICAL - See Also:
- Constant Field Values
 
 - 
VAR_ORDEREDpublic static final int VAR_ORDERED - See Also:
- Constant Field Values
 
 - 
VAR_CATEGORICALpublic static final int VAR_CATEGORICAL - See Also:
- Constant Field Values
 
 
- 
 
-