Package org.opencv.ml
Class Ml
java.lang.Object
org.opencv.ml.Ml
public class Ml extends Object
-
Field Summary
Fields Modifier and Type Field Description static intCOL_SAMPLEstatic intROW_SAMPLEstatic intTEST_ERRORstatic intTRAIN_ERRORstatic intVAR_CATEGORICALstatic intVAR_NUMERICALstatic intVAR_ORDERED -
Constructor Summary
Constructors Constructor Description Ml() -
Method Summary
-
Field Details
-
TEST_ERROR
- See Also:
- Constant Field Values
-
TRAIN_ERROR
- See Also:
- Constant Field Values
-
ROW_SAMPLE
- See Also:
- Constant Field Values
-
COL_SAMPLE
- See Also:
- Constant Field Values
-
VAR_NUMERICAL
- See Also:
- Constant Field Values
-
VAR_ORDERED
- See Also:
- Constant Field Values
-
VAR_CATEGORICAL
- See Also:
- Constant Field Values
-
-
Constructor Details