Lines Matching refs:jlong

52 JNIEXPORT jint JNICALL Java_org_opencv_ml_EM_getClustersNumber_10 (JNIEnv*, jclass, jlong);
55 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_EM_getClustersNumber_10()
77 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_setClustersNumber_10 (JNIEnv*, jclass, jlong, jint);
80 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_EM_setClustersNumber_10()
102 JNIEXPORT jint JNICALL Java_org_opencv_ml_EM_getCovarianceMatrixType_10 (JNIEnv*, jclass, jlong);
105 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_EM_getCovarianceMatrixType_10()
127 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_setCovarianceMatrixType_10 (JNIEnv*, jclass, jlong, ji…
130 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_EM_setCovarianceMatrixType_10()
152 JNIEXPORT jdoubleArray JNICALL Java_org_opencv_ml_EM_getTermCriteria_10 (JNIEnv*, jclass, jlong);
155 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_EM_getTermCriteria_10()
178 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_setTermCriteria_10 (JNIEnv*, jclass, jlong, jint, jint…
181 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_EM_setTermCriteria_10()
204 JNIEXPORT jlong JNICALL Java_org_opencv_ml_EM_getWeights_10 (JNIEnv*, jclass, jlong);
206 JNIEXPORT jlong JNICALL Java_org_opencv_ml_EM_getWeights_10 in Java_org_opencv_ml_EM_getWeights_10()
207 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_EM_getWeights_10()
214 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_EM_getWeights_10()
229 JNIEXPORT jlong JNICALL Java_org_opencv_ml_EM_getMeans_10 (JNIEnv*, jclass, jlong);
231 JNIEXPORT jlong JNICALL Java_org_opencv_ml_EM_getMeans_10 in Java_org_opencv_ml_EM_getMeans_10()
232 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_EM_getMeans_10()
239 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_EM_getMeans_10()
254 …PORT jdoubleArray JNICALL Java_org_opencv_ml_EM_predict2_10 (JNIEnv*, jclass, jlong, jlong, jlong);
257 (JNIEnv* env, jclass , jlong self, jlong sample_nativeObj, jlong probs_nativeObj) in Java_org_opencv_ml_EM_predict2_10()
282 …lean JNICALL Java_org_opencv_ml_EM_trainEM_10 (JNIEnv*, jclass, jlong, jlong, jlong, jlong, jlong);
285 …(JNIEnv* env, jclass , jlong self, jlong samples_nativeObj, jlong logLikelihoods_nativeObj, jlong in Java_org_opencv_ml_EM_trainEM_10()
307 JNIEXPORT jboolean JNICALL Java_org_opencv_ml_EM_trainEM_11 (JNIEnv*, jclass, jlong, jlong);
310 (JNIEnv* env, jclass , jlong self, jlong samples_nativeObj) in Java_org_opencv_ml_EM_trainEM_11()
333 …ava_org_opencv_ml_EM_trainE_10 (JNIEnv*, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlong,
336jlong self, jlong samples_nativeObj, jlong means0_nativeObj, jlong covs0_nativeObj, jlong weights0… in Java_org_opencv_ml_EM_trainE_10()
361 JNIEXPORT jboolean JNICALL Java_org_opencv_ml_EM_trainE_11 (JNIEnv*, jclass, jlong, jlong, jlong);
364 (JNIEnv* env, jclass , jlong self, jlong samples_nativeObj, jlong means0_nativeObj) in Java_org_opencv_ml_EM_trainE_11()
388 …NICALL Java_org_opencv_ml_EM_trainM_10 (JNIEnv*, jclass, jlong, jlong, jlong, jlong, jlong, jlong);
391 … env, jclass , jlong self, jlong samples_nativeObj, jlong probs0_nativeObj, jlong logLikelihoods_n… in Java_org_opencv_ml_EM_trainM_10()
414 JNIEXPORT jboolean JNICALL Java_org_opencv_ml_EM_trainM_11 (JNIEnv*, jclass, jlong, jlong, jlong);
417 (JNIEnv* env, jclass , jlong self, jlong samples_nativeObj, jlong probs0_nativeObj) in Java_org_opencv_ml_EM_trainM_11()
441 JNIEXPORT jlong JNICALL Java_org_opencv_ml_EM_create_10 (JNIEnv*, jclass);
443 JNIEXPORT jlong JNICALL Java_org_opencv_ml_EM_create_10 in Java_org_opencv_ml_EM_create_10()
451 return (jlong)(new Ptr_EM(_retval_)); in Java_org_opencv_ml_EM_create_10()
466 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_delete(JNIEnv*, jclass, jlong);
469 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_EM_delete()
479 JNIEXPORT jint JNICALL Java_org_opencv_ml_SVM_getType_10 (JNIEnv*, jclass, jlong);
482 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getType_10()
504 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setType_10 (JNIEnv*, jclass, jlong, jint);
507 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_SVM_setType_10()
529 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_SVM_getGamma_10 (JNIEnv*, jclass, jlong);
532 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getGamma_10()
554 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setGamma_10 (JNIEnv*, jclass, jlong, jdouble);
557 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_SVM_setGamma_10()
579 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_SVM_getCoef0_10 (JNIEnv*, jclass, jlong);
582 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getCoef0_10()
604 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setCoef0_10 (JNIEnv*, jclass, jlong, jdouble);
607 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_SVM_setCoef0_10()
629 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_SVM_getDegree_10 (JNIEnv*, jclass, jlong);
632 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getDegree_10()
654 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setDegree_10 (JNIEnv*, jclass, jlong, jdouble);
657 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_SVM_setDegree_10()
679 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_SVM_getC_10 (JNIEnv*, jclass, jlong);
682 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getC_10()
704 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setC_10 (JNIEnv*, jclass, jlong, jdouble);
707 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_SVM_setC_10()
729 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_SVM_getNu_10 (JNIEnv*, jclass, jlong);
732 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getNu_10()
754 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setNu_10 (JNIEnv*, jclass, jlong, jdouble);
757 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_SVM_setNu_10()
779 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_SVM_getP_10 (JNIEnv*, jclass, jlong);
782 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getP_10()
804 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setP_10 (JNIEnv*, jclass, jlong, jdouble);
807 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_SVM_setP_10()
829 JNIEXPORT jlong JNICALL Java_org_opencv_ml_SVM_getClassWeights_10 (JNIEnv*, jclass, jlong);
831 JNIEXPORT jlong JNICALL Java_org_opencv_ml_SVM_getClassWeights_10 in Java_org_opencv_ml_SVM_getClassWeights_10()
832 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getClassWeights_10()
839 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_SVM_getClassWeights_10()
854 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setClassWeights_10 (JNIEnv*, jclass, jlong, jlong);
857 (JNIEnv* env, jclass , jlong self, jlong val_nativeObj) in Java_org_opencv_ml_SVM_setClassWeights_10()
880 JNIEXPORT jdoubleArray JNICALL Java_org_opencv_ml_SVM_getTermCriteria_10 (JNIEnv*, jclass, jlong);
883 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getTermCriteria_10()
906 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setTermCriteria_10 (JNIEnv*, jclass, jlong, jint, jin…
909 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_SVM_setTermCriteria_10()
932 JNIEXPORT jint JNICALL Java_org_opencv_ml_SVM_getKernelType_10 (JNIEnv*, jclass, jlong);
935 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getKernelType_10()
957 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_setKernel_10 (JNIEnv*, jclass, jlong, jint);
960 (JNIEnv* env, jclass , jlong self, jint kernelType) in Java_org_opencv_ml_SVM_setKernel_10()
982 JNIEXPORT jlong JNICALL Java_org_opencv_ml_SVM_getSupportVectors_10 (JNIEnv*, jclass, jlong);
984 JNIEXPORT jlong JNICALL Java_org_opencv_ml_SVM_getSupportVectors_10 in Java_org_opencv_ml_SVM_getSupportVectors_10()
985 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_SVM_getSupportVectors_10()
992 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_SVM_getSupportVectors_10()
1007 …JNICALL Java_org_opencv_ml_SVM_getDecisionFunction_10 (JNIEnv*, jclass, jlong, jint, jlong, jlong);
1010 (JNIEnv* env, jclass , jlong self, jint i, jlong alpha_nativeObj, jlong svidx_nativeObj) in Java_org_opencv_ml_SVM_getDecisionFunction_10()
1034 JNIEXPORT jlong JNICALL Java_org_opencv_ml_SVM_create_10 (JNIEnv*, jclass);
1036 JNIEXPORT jlong JNICALL Java_org_opencv_ml_SVM_create_10 in Java_org_opencv_ml_SVM_create_10()
1044 return (jlong)(new Ptr_SVM(_retval_)); in Java_org_opencv_ml_SVM_create_10()
1059 JNIEXPORT void JNICALL Java_org_opencv_ml_SVM_delete(JNIEnv*, jclass, jlong);
1062 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_SVM_delete()
1072 …opencv_ml_NormalBayesClassifier_predictProb_10 (JNIEnv*, jclass, jlong, jlong, jlong, jlong, jint);
1075 …(JNIEnv* env, jclass , jlong self, jlong inputs_nativeObj, jlong outputs_nativeObj, jlong outputPr… in Java_org_opencv_ml_NormalBayesClassifier_predictProb_10()
1096 …a_org_opencv_ml_NormalBayesClassifier_predictProb_11 (JNIEnv*, jclass, jlong, jlong, jlong, jlong);
1099 …(JNIEnv* env, jclass , jlong self, jlong inputs_nativeObj, jlong outputs_nativeObj, jlong outputPr… in Java_org_opencv_ml_NormalBayesClassifier_predictProb_11()
1124 JNIEXPORT jlong JNICALL Java_org_opencv_ml_NormalBayesClassifier_create_10 (JNIEnv*, jclass);
1126 JNIEXPORT jlong JNICALL Java_org_opencv_ml_NormalBayesClassifier_create_10 in Java_org_opencv_ml_NormalBayesClassifier_create_10()
1134 return (jlong)(new Ptr_NormalBayesClassifier(_retval_)); in Java_org_opencv_ml_NormalBayesClassifier_create_10()
1149 JNIEXPORT void JNICALL Java_org_opencv_ml_NormalBayesClassifier_delete(JNIEnv*, jclass, jlong);
1152 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_NormalBayesClassifier_delete()
1162 JNIEXPORT jint JNICALL Java_org_opencv_ml_TrainData_getLayout_10 (JNIEnv*, jclass, jlong);
1165 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getLayout_10()
1187 JNIEXPORT jint JNICALL Java_org_opencv_ml_TrainData_getNTestSamples_10 (JNIEnv*, jclass, jlong);
1190 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getNTestSamples_10()
1212 JNIEXPORT jint JNICALL Java_org_opencv_ml_TrainData_getNTrainSamples_10 (JNIEnv*, jclass, jlong);
1215 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getNTrainSamples_10()
1237 JNIEXPORT jint JNICALL Java_org_opencv_ml_TrainData_getNSamples_10 (JNIEnv*, jclass, jlong);
1240 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getNSamples_10()
1262 JNIEXPORT jint JNICALL Java_org_opencv_ml_TrainData_getNVars_10 (JNIEnv*, jclass, jlong);
1265 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getNVars_10()
1287 JNIEXPORT void JNICALL Java_org_opencv_ml_TrainData_getSample_10 (JNIEnv*, jclass, jlong, jlong, ji…
1290 (JNIEnv* env, jclass , jlong self, jlong varIdx_nativeObj, jint sidx, jfloat buf) in Java_org_opencv_ml_TrainData_getSample_10()
1313 JNIEXPORT jint JNICALL Java_org_opencv_ml_TrainData_getNAllVars_10 (JNIEnv*, jclass, jlong);
1316 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getNAllVars_10()
1338 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getMissing_10 (JNIEnv*, jclass, jlong);
1340 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getMissing_10 in Java_org_opencv_ml_TrainData_getMissing_10()
1341 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getMissing_10()
1348 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getMissing_10()
1363 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainSamples_10 (JNIEnv*, jclass, jlong, ji…
1365 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainSamples_10 in Java_org_opencv_ml_TrainData_getTrainSamples_10()
1366 (JNIEnv* env, jclass , jlong self, jint layout, jboolean compressSamples, jboolean compressVars) in Java_org_opencv_ml_TrainData_getTrainSamples_10()
1373 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTrainSamples_10()
1384 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainSamples_11 (JNIEnv*, jclass, jlong);
1386 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainSamples_11 in Java_org_opencv_ml_TrainData_getTrainSamples_11()
1387 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getTrainSamples_11()
1394 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTrainSamples_11()
1409 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainResponses_10 (JNIEnv*, jclass, jlong);
1411 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainResponses_10 in Java_org_opencv_ml_TrainData_getTrainResponses_10()
1412 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getTrainResponses_10()
1419 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTrainResponses_10()
1434 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainNormCatResponses_10 (JNIEnv*, jclass,
1436 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainNormCatResponses_10 in Java_org_opencv_ml_TrainData_getTrainNormCatResponses_10()
1437 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getTrainNormCatResponses_10()
1444 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTrainNormCatResponses_10()
1459 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTestResponses_10 (JNIEnv*, jclass, jlong);
1461 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTestResponses_10 in Java_org_opencv_ml_TrainData_getTestResponses_10()
1462 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getTestResponses_10()
1469 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTestResponses_10()
1484 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTestNormCatResponses_10 (JNIEnv*, jclass, j…
1486 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTestNormCatResponses_10 in Java_org_opencv_ml_TrainData_getTestNormCatResponses_10()
1487 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getTestNormCatResponses_10()
1494 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTestNormCatResponses_10()
1509 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getResponses_10 (JNIEnv*, jclass, jlong);
1511 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getResponses_10 in Java_org_opencv_ml_TrainData_getResponses_10()
1512 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getResponses_10()
1519 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getResponses_10()
1534 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getSamples_10 (JNIEnv*, jclass, jlong);
1536 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getSamples_10 in Java_org_opencv_ml_TrainData_getSamples_10()
1537 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getSamples_10()
1544 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getSamples_10()
1559 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getNormCatResponses_10 (JNIEnv*, jclass, jlong
1561 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getNormCatResponses_10 in Java_org_opencv_ml_TrainData_getNormCatResponses_10()
1562 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getNormCatResponses_10()
1569 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getNormCatResponses_10()
1584 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getSampleWeights_10 (JNIEnv*, jclass, jlong);
1586 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getSampleWeights_10 in Java_org_opencv_ml_TrainData_getSampleWeights_10()
1587 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getSampleWeights_10()
1594 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getSampleWeights_10()
1609 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainSampleWeights_10 (JNIEnv*, jclass, jlo…
1611 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainSampleWeights_10 in Java_org_opencv_ml_TrainData_getTrainSampleWeights_10()
1612 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getTrainSampleWeights_10()
1619 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTrainSampleWeights_10()
1634 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTestSampleWeights_10 (JNIEnv*, jclass, jlon…
1636 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTestSampleWeights_10 in Java_org_opencv_ml_TrainData_getTestSampleWeights_10()
1637 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getTestSampleWeights_10()
1644 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTestSampleWeights_10()
1659 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getVarIdx_10 (JNIEnv*, jclass, jlong);
1661 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getVarIdx_10 in Java_org_opencv_ml_TrainData_getVarIdx_10()
1662 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getVarIdx_10()
1669 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getVarIdx_10()
1684 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getVarType_10 (JNIEnv*, jclass, jlong);
1686 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getVarType_10 in Java_org_opencv_ml_TrainData_getVarType_10()
1687 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getVarType_10()
1694 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getVarType_10()
1709 JNIEXPORT jint JNICALL Java_org_opencv_ml_TrainData_getResponseType_10 (JNIEnv*, jclass, jlong);
1712 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getResponseType_10()
1734 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainSampleIdx_10 (JNIEnv*, jclass, jlong);
1736 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTrainSampleIdx_10 in Java_org_opencv_ml_TrainData_getTrainSampleIdx_10()
1737 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getTrainSampleIdx_10()
1744 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTrainSampleIdx_10()
1759 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTestSampleIdx_10 (JNIEnv*, jclass, jlong);
1761 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getTestSampleIdx_10 in Java_org_opencv_ml_TrainData_getTestSampleIdx_10()
1762 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getTestSampleIdx_10()
1769 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getTestSampleIdx_10()
1784 …id JNICALL Java_org_opencv_ml_TrainData_getValues_10 (JNIEnv*, jclass, jlong, jint, jlong, jfloat);
1787 (JNIEnv* env, jclass , jlong self, jint vi, jlong sidx_nativeObj, jfloat values) in Java_org_opencv_ml_TrainData_getValues_10()
1810 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getDefaultSubstValues_10 (JNIEnv*, jclass, jlo…
1812 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getDefaultSubstValues_10 in Java_org_opencv_ml_TrainData_getDefaultSubstValues_10()
1813 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getDefaultSubstValues_10()
1820 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getDefaultSubstValues_10()
1835 JNIEXPORT jint JNICALL Java_org_opencv_ml_TrainData_getCatCount_10 (JNIEnv*, jclass, jlong, jint);
1838 (JNIEnv* env, jclass , jlong self, jint vi) in Java_org_opencv_ml_TrainData_getCatCount_10()
1860 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getClassLabels_10 (JNIEnv*, jclass, jlong);
1862 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getClassLabels_10 in Java_org_opencv_ml_TrainData_getClassLabels_10()
1863 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getClassLabels_10()
1870 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getClassLabels_10()
1885 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getCatOfs_10 (JNIEnv*, jclass, jlong);
1887 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getCatOfs_10 in Java_org_opencv_ml_TrainData_getCatOfs_10()
1888 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getCatOfs_10()
1895 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getCatOfs_10()
1910 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getCatMap_10 (JNIEnv*, jclass, jlong);
1912 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getCatMap_10 in Java_org_opencv_ml_TrainData_getCatMap_10()
1913 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_getCatMap_10()
1920 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getCatMap_10()
1935 JNIEXPORT void JNICALL Java_org_opencv_ml_TrainData_setTrainTestSplit_10 (JNIEnv*, jclass, jlong, j…
1938 (JNIEnv* env, jclass , jlong self, jint count, jboolean shuffle) in Java_org_opencv_ml_TrainData_setTrainTestSplit_10()
1956 JNIEXPORT void JNICALL Java_org_opencv_ml_TrainData_setTrainTestSplit_11 (JNIEnv*, jclass, jlong, j…
1959 (JNIEnv* env, jclass , jlong self, jint count) in Java_org_opencv_ml_TrainData_setTrainTestSplit_11()
1981 … Java_org_opencv_ml_TrainData_setTrainTestSplitRatio_10 (JNIEnv*, jclass, jlong, jdouble, jboolean…
1984 (JNIEnv* env, jclass , jlong self, jdouble ratio, jboolean shuffle) in Java_org_opencv_ml_TrainData_setTrainTestSplitRatio_10()
2002 …d JNICALL Java_org_opencv_ml_TrainData_setTrainTestSplitRatio_11 (JNIEnv*, jclass, jlong, jdouble);
2005 (JNIEnv* env, jclass , jlong self, jdouble ratio) in Java_org_opencv_ml_TrainData_setTrainTestSplitRatio_11()
2027 JNIEXPORT void JNICALL Java_org_opencv_ml_TrainData_shuffleTrainTest_10 (JNIEnv*, jclass, jlong);
2030 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_TrainData_shuffleTrainTest_10()
2052 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getSubVector_10 (JNIEnv*, jclass, jlong, jlong
2054 JNIEXPORT jlong JNICALL Java_org_opencv_ml_TrainData_getSubVector_10 in Java_org_opencv_ml_TrainData_getSubVector_10()
2055 (JNIEnv* env, jclass , jlong vec_nativeObj, jlong idx_nativeObj) in Java_org_opencv_ml_TrainData_getSubVector_10()
2063 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_TrainData_getSubVector_10()
2078 JNIEXPORT void JNICALL Java_org_opencv_ml_TrainData_delete(JNIEnv*, jclass, jlong);
2081 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_TrainData_delete()
2091 JNIEXPORT jint JNICALL Java_org_opencv_ml_Boost_getBoostType_10 (JNIEnv*, jclass, jlong);
2094 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_Boost_getBoostType_10()
2116 JNIEXPORT void JNICALL Java_org_opencv_ml_Boost_setBoostType_10 (JNIEnv*, jclass, jlong, jint);
2119 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_Boost_setBoostType_10()
2141 JNIEXPORT jint JNICALL Java_org_opencv_ml_Boost_getWeakCount_10 (JNIEnv*, jclass, jlong);
2144 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_Boost_getWeakCount_10()
2166 JNIEXPORT void JNICALL Java_org_opencv_ml_Boost_setWeakCount_10 (JNIEnv*, jclass, jlong, jint);
2169 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_Boost_setWeakCount_10()
2191 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_Boost_getWeightTrimRate_10 (JNIEnv*, jclass, jlong);
2194 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_Boost_getWeightTrimRate_10()
2216 JNIEXPORT void JNICALL Java_org_opencv_ml_Boost_setWeightTrimRate_10 (JNIEnv*, jclass, jlong, jdoub…
2219 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_Boost_setWeightTrimRate_10()
2241 JNIEXPORT jlong JNICALL Java_org_opencv_ml_Boost_create_10 (JNIEnv*, jclass);
2243 JNIEXPORT jlong JNICALL Java_org_opencv_ml_Boost_create_10 in Java_org_opencv_ml_Boost_create_10()
2251 return (jlong)(new Ptr_Boost(_retval_)); in Java_org_opencv_ml_Boost_create_10()
2266 JNIEXPORT void JNICALL Java_org_opencv_ml_Boost_delete(JNIEnv*, jclass, jlong);
2269 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_Boost_delete()
2279 … jdouble JNICALL Java_org_opencv_ml_LogisticRegression_getLearningRate_10 (JNIEnv*, jclass, jlong);
2282 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_LogisticRegression_getLearningRate_10()
2304 …JNICALL Java_org_opencv_ml_LogisticRegression_setLearningRate_10 (JNIEnv*, jclass, jlong, jdouble);
2307 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_LogisticRegression_setLearningRate_10()
2329 …XPORT jint JNICALL Java_org_opencv_ml_LogisticRegression_getIterations_10 (JNIEnv*, jclass, jlong);
2332 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_LogisticRegression_getIterations_10()
2354 …void JNICALL Java_org_opencv_ml_LogisticRegression_setIterations_10 (JNIEnv*, jclass, jlong, jint);
2357 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_LogisticRegression_setIterations_10()
2379 …T jint JNICALL Java_org_opencv_ml_LogisticRegression_getRegularization_10 (JNIEnv*, jclass, jlong);
2382 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_LogisticRegression_getRegularization_10()
2404 … JNICALL Java_org_opencv_ml_LogisticRegression_setRegularization_10 (JNIEnv*, jclass, jlong, jint);
2407 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_LogisticRegression_setRegularization_10()
2429 …PORT jint JNICALL Java_org_opencv_ml_LogisticRegression_getTrainMethod_10 (JNIEnv*, jclass, jlong);
2432 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_LogisticRegression_getTrainMethod_10()
2454 …oid JNICALL Java_org_opencv_ml_LogisticRegression_setTrainMethod_10 (JNIEnv*, jclass, jlong, jint);
2457 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_LogisticRegression_setTrainMethod_10()
2479 …RT jint JNICALL Java_org_opencv_ml_LogisticRegression_getMiniBatchSize_10 (JNIEnv*, jclass, jlong);
2482 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_LogisticRegression_getMiniBatchSize_10()
2504 …d JNICALL Java_org_opencv_ml_LogisticRegression_setMiniBatchSize_10 (JNIEnv*, jclass, jlong, jint);
2507 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_LogisticRegression_setMiniBatchSize_10()
2529 …bleArray JNICALL Java_org_opencv_ml_LogisticRegression_getTermCriteria_10 (JNIEnv*, jclass, jlong);
2532 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_LogisticRegression_getTermCriteria_10()
2555 …ava_org_opencv_ml_LogisticRegression_setTermCriteria_10 (JNIEnv*, jclass, jlong, jint, jint, jdoub…
2558 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_LogisticRegression_setTermCriteria_10()
2581 …CALL Java_org_opencv_ml_LogisticRegression_predict_10 (JNIEnv*, jclass, jlong, jlong, jlong, jint);
2584 (JNIEnv* env, jclass , jlong self, jlong samples_nativeObj, jlong results_nativeObj, jint flags) in Java_org_opencv_ml_LogisticRegression_predict_10()
2604 …RT jfloat JNICALL Java_org_opencv_ml_LogisticRegression_predict_11 (JNIEnv*, jclass, jlong, jlong);
2607 (JNIEnv* env, jclass , jlong self, jlong samples_nativeObj) in Java_org_opencv_ml_LogisticRegression_predict_11()
2630 JNIEXPORT jlong JNICALL Java_org_opencv_ml_LogisticRegression_get_1learnt_1thetas_10 (JNIEnv*, jcla…
2632 JNIEXPORT jlong JNICALL Java_org_opencv_ml_LogisticRegression_get_1learnt_1thetas_10 in Java_org_opencv_ml_LogisticRegression_get_1learnt_1thetas_10()
2633 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_LogisticRegression_get_1learnt_1thetas_10()
2640 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_LogisticRegression_get_1learnt_1thetas_10()
2655 JNIEXPORT jlong JNICALL Java_org_opencv_ml_LogisticRegression_create_10 (JNIEnv*, jclass);
2657 JNIEXPORT jlong JNICALL Java_org_opencv_ml_LogisticRegression_create_10 in Java_org_opencv_ml_LogisticRegression_create_10()
2665 return (jlong)(new Ptr_LogisticRegression(_retval_)); in Java_org_opencv_ml_LogisticRegression_create_10()
2680 JNIEXPORT void JNICALL Java_org_opencv_ml_LogisticRegression_delete(JNIEnv*, jclass, jlong);
2683 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_LogisticRegression_delete()
2693 JNIEXPORT void JNICALL Java_org_opencv_ml_KNearest_setDefaultK_10 (JNIEnv*, jclass, jlong, jint);
2696 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_KNearest_setDefaultK_10()
2718 JNIEXPORT jint JNICALL Java_org_opencv_ml_KNearest_getDefaultK_10 (JNIEnv*, jclass, jlong);
2721 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_KNearest_getDefaultK_10()
2743 JNIEXPORT jboolean JNICALL Java_org_opencv_ml_KNearest_getIsClassifier_10 (JNIEnv*, jclass, jlong);
2746 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_KNearest_getIsClassifier_10()
2768 JNIEXPORT void JNICALL Java_org_opencv_ml_KNearest_setIsClassifier_10 (JNIEnv*, jclass, jlong, jboo…
2771 (JNIEnv* env, jclass , jlong self, jboolean val) in Java_org_opencv_ml_KNearest_setIsClassifier_10()
2793 JNIEXPORT jint JNICALL Java_org_opencv_ml_KNearest_getEmax_10 (JNIEnv*, jclass, jlong);
2796 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_KNearest_getEmax_10()
2818 JNIEXPORT void JNICALL Java_org_opencv_ml_KNearest_setEmax_10 (JNIEnv*, jclass, jlong, jint);
2821 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_KNearest_setEmax_10()
2843 JNIEXPORT jint JNICALL Java_org_opencv_ml_KNearest_getAlgorithmType_10 (JNIEnv*, jclass, jlong);
2846 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_KNearest_getAlgorithmType_10()
2868 JNIEXPORT void JNICALL Java_org_opencv_ml_KNearest_setAlgorithmType_10 (JNIEnv*, jclass, jlong, jin…
2871 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_KNearest_setAlgorithmType_10()
2893 …a_org_opencv_ml_KNearest_findNearest_10 (JNIEnv*, jclass, jlong, jlong, jint, jlong, jlong, jlong);
2896 …NIEnv* env, jclass , jlong self, jlong samples_nativeObj, jint k, jlong results_nativeObj, jlong n… in Java_org_opencv_ml_KNearest_findNearest_10()
2918 …at JNICALL Java_org_opencv_ml_KNearest_findNearest_11 (JNIEnv*, jclass, jlong, jlong, jint, jlong);
2921 (JNIEnv* env, jclass , jlong self, jlong samples_nativeObj, jint k, jlong results_nativeObj) in Java_org_opencv_ml_KNearest_findNearest_11()
2945 JNIEXPORT jlong JNICALL Java_org_opencv_ml_KNearest_create_10 (JNIEnv*, jclass);
2947 JNIEXPORT jlong JNICALL Java_org_opencv_ml_KNearest_create_10 in Java_org_opencv_ml_KNearest_create_10()
2955 return (jlong)(new Ptr_KNearest(_retval_)); in Java_org_opencv_ml_KNearest_create_10()
2970 JNIEXPORT void JNICALL Java_org_opencv_ml_KNearest_delete(JNIEnv*, jclass, jlong);
2973 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_KNearest_delete()
2983 JNIEXPORT jint JNICALL Java_org_opencv_ml_DTrees_getMaxCategories_10 (JNIEnv*, jclass, jlong);
2986 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_DTrees_getMaxCategories_10()
3008 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_setMaxCategories_10 (JNIEnv*, jclass, jlong, jint);
3011 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_DTrees_setMaxCategories_10()
3033 JNIEXPORT jint JNICALL Java_org_opencv_ml_DTrees_getMaxDepth_10 (JNIEnv*, jclass, jlong);
3036 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_DTrees_getMaxDepth_10()
3058 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_setMaxDepth_10 (JNIEnv*, jclass, jlong, jint);
3061 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_DTrees_setMaxDepth_10()
3083 JNIEXPORT jint JNICALL Java_org_opencv_ml_DTrees_getMinSampleCount_10 (JNIEnv*, jclass, jlong);
3086 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_DTrees_getMinSampleCount_10()
3108 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_setMinSampleCount_10 (JNIEnv*, jclass, jlong, jint…
3111 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_DTrees_setMinSampleCount_10()
3133 JNIEXPORT jint JNICALL Java_org_opencv_ml_DTrees_getCVFolds_10 (JNIEnv*, jclass, jlong);
3136 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_DTrees_getCVFolds_10()
3158 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_setCVFolds_10 (JNIEnv*, jclass, jlong, jint);
3161 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_DTrees_setCVFolds_10()
3183 JNIEXPORT jboolean JNICALL Java_org_opencv_ml_DTrees_getUseSurrogates_10 (JNIEnv*, jclass, jlong);
3186 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_DTrees_getUseSurrogates_10()
3208 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_setUseSurrogates_10 (JNIEnv*, jclass, jlong, jbool…
3211 (JNIEnv* env, jclass , jlong self, jboolean val) in Java_org_opencv_ml_DTrees_setUseSurrogates_10()
3233 JNIEXPORT jboolean JNICALL Java_org_opencv_ml_DTrees_getUse1SERule_10 (JNIEnv*, jclass, jlong);
3236 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_DTrees_getUse1SERule_10()
3258 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_setUse1SERule_10 (JNIEnv*, jclass, jlong, jboolean…
3261 (JNIEnv* env, jclass , jlong self, jboolean val) in Java_org_opencv_ml_DTrees_setUse1SERule_10()
3283 …XPORT jboolean JNICALL Java_org_opencv_ml_DTrees_getTruncatePrunedTree_10 (JNIEnv*, jclass, jlong);
3286 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_DTrees_getTruncatePrunedTree_10()
3308 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_setTruncatePrunedTree_10 (JNIEnv*, jclass, jlong, …
3311 (JNIEnv* env, jclass , jlong self, jboolean val) in Java_org_opencv_ml_DTrees_setTruncatePrunedTree_10()
3333 JNIEXPORT jfloat JNICALL Java_org_opencv_ml_DTrees_getRegressionAccuracy_10 (JNIEnv*, jclass, jlong
3336 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_DTrees_getRegressionAccuracy_10()
3358 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_setRegressionAccuracy_10 (JNIEnv*, jclass, jlong, …
3361 (JNIEnv* env, jclass , jlong self, jfloat val) in Java_org_opencv_ml_DTrees_setRegressionAccuracy_10()
3383 JNIEXPORT jlong JNICALL Java_org_opencv_ml_DTrees_getPriors_10 (JNIEnv*, jclass, jlong);
3385 JNIEXPORT jlong JNICALL Java_org_opencv_ml_DTrees_getPriors_10 in Java_org_opencv_ml_DTrees_getPriors_10()
3386 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_DTrees_getPriors_10()
3393 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_DTrees_getPriors_10()
3408 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_setPriors_10 (JNIEnv*, jclass, jlong, jlong);
3411 (JNIEnv* env, jclass , jlong self, jlong val_nativeObj) in Java_org_opencv_ml_DTrees_setPriors_10()
3434 JNIEXPORT jlong JNICALL Java_org_opencv_ml_DTrees_create_10 (JNIEnv*, jclass);
3436 JNIEXPORT jlong JNICALL Java_org_opencv_ml_DTrees_create_10 in Java_org_opencv_ml_DTrees_create_10()
3444 return (jlong)(new Ptr_DTrees(_retval_)); in Java_org_opencv_ml_DTrees_create_10()
3459 JNIEXPORT void JNICALL Java_org_opencv_ml_DTrees_delete(JNIEnv*, jclass, jlong);
3462 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_DTrees_delete()
3472 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setTrainMethod_10 (JNIEnv*, jclass, jlong, jint,…
3475 (JNIEnv* env, jclass , jlong self, jint method, jdouble param1, jdouble param2) in Java_org_opencv_ml_ANN_1MLP_setTrainMethod_10()
3493 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setTrainMethod_11 (JNIEnv*, jclass, jlong, jint);
3496 (JNIEnv* env, jclass , jlong self, jint method) in Java_org_opencv_ml_ANN_1MLP_setTrainMethod_11()
3518 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setActivationFunction_10 (JNIEnv*, jclass, jlong
3521 (JNIEnv* env, jclass , jlong self, jint type, jdouble param1, jdouble param2) in Java_org_opencv_ml_ANN_1MLP_setActivationFunction_10()
3539 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setActivationFunction_11 (JNIEnv*, jclass, jlong
3542 (JNIEnv* env, jclass , jlong self, jint type) in Java_org_opencv_ml_ANN_1MLP_setActivationFunction_11()
3564 JNIEXPORT jint JNICALL Java_org_opencv_ml_ANN_1MLP_getTrainMethod_10 (JNIEnv*, jclass, jlong);
3567 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getTrainMethod_10()
3589 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setLayerSizes_10 (JNIEnv*, jclass, jlong, jlong);
3592 (JNIEnv* env, jclass , jlong self, jlong _layer_sizes_nativeObj) in Java_org_opencv_ml_ANN_1MLP_setLayerSizes_10()
3615 JNIEXPORT jlong JNICALL Java_org_opencv_ml_ANN_1MLP_getLayerSizes_10 (JNIEnv*, jclass, jlong);
3617 JNIEXPORT jlong JNICALL Java_org_opencv_ml_ANN_1MLP_getLayerSizes_10 in Java_org_opencv_ml_ANN_1MLP_getLayerSizes_10()
3618 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getLayerSizes_10()
3625 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_ANN_1MLP_getLayerSizes_10()
3640 …XPORT jdoubleArray JNICALL Java_org_opencv_ml_ANN_1MLP_getTermCriteria_10 (JNIEnv*, jclass, jlong);
3643 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getTermCriteria_10()
3666 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setTermCriteria_10 (JNIEnv*, jclass, jlong, jint…
3669 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_ANN_1MLP_setTermCriteria_10()
3692 …ORT jdouble JNICALL Java_org_opencv_ml_ANN_1MLP_getBackpropWeightScale_10 (JNIEnv*, jclass, jlong);
3695 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getBackpropWeightScale_10()
3717 …id JNICALL Java_org_opencv_ml_ANN_1MLP_setBackpropWeightScale_10 (JNIEnv*, jclass, jlong, jdouble);
3720 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_ANN_1MLP_setBackpropWeightScale_10()
3742 …T jdouble JNICALL Java_org_opencv_ml_ANN_1MLP_getBackpropMomentumScale_10 (JNIEnv*, jclass, jlong);
3745 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getBackpropMomentumScale_10()
3767 … JNICALL Java_org_opencv_ml_ANN_1MLP_setBackpropMomentumScale_10 (JNIEnv*, jclass, jlong, jdouble);
3770 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_ANN_1MLP_setBackpropMomentumScale_10()
3792 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_ANN_1MLP_getRpropDW0_10 (JNIEnv*, jclass, jlong);
3795 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getRpropDW0_10()
3817 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setRpropDW0_10 (JNIEnv*, jclass, jlong, jdouble);
3820 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_ANN_1MLP_setRpropDW0_10()
3842 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_ANN_1MLP_getRpropDWPlus_10 (JNIEnv*, jclass, jlong);
3845 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getRpropDWPlus_10()
3867 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setRpropDWPlus_10 (JNIEnv*, jclass, jlong, jdoub…
3870 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_ANN_1MLP_setRpropDWPlus_10()
3892 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_ANN_1MLP_getRpropDWMinus_10 (JNIEnv*, jclass, jlong);
3895 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getRpropDWMinus_10()
3917 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setRpropDWMinus_10 (JNIEnv*, jclass, jlong, jdou…
3920 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_ANN_1MLP_setRpropDWMinus_10()
3942 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_ANN_1MLP_getRpropDWMin_10 (JNIEnv*, jclass, jlong);
3945 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getRpropDWMin_10()
3967 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setRpropDWMin_10 (JNIEnv*, jclass, jlong, jdoubl…
3970 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_ANN_1MLP_setRpropDWMin_10()
3992 JNIEXPORT jdouble JNICALL Java_org_opencv_ml_ANN_1MLP_getRpropDWMax_10 (JNIEnv*, jclass, jlong);
3995 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_ANN_1MLP_getRpropDWMax_10()
4017 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_setRpropDWMax_10 (JNIEnv*, jclass, jlong, jdoubl…
4020 (JNIEnv* env, jclass , jlong self, jdouble val) in Java_org_opencv_ml_ANN_1MLP_setRpropDWMax_10()
4042 JNIEXPORT jlong JNICALL Java_org_opencv_ml_ANN_1MLP_getWeights_10 (JNIEnv*, jclass, jlong, jint);
4044 JNIEXPORT jlong JNICALL Java_org_opencv_ml_ANN_1MLP_getWeights_10 in Java_org_opencv_ml_ANN_1MLP_getWeights_10()
4045 (JNIEnv* env, jclass , jlong self, jint layerIdx) in Java_org_opencv_ml_ANN_1MLP_getWeights_10()
4052 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_ANN_1MLP_getWeights_10()
4067 JNIEXPORT jlong JNICALL Java_org_opencv_ml_ANN_1MLP_create_10 (JNIEnv*, jclass);
4069 JNIEXPORT jlong JNICALL Java_org_opencv_ml_ANN_1MLP_create_10 in Java_org_opencv_ml_ANN_1MLP_create_10()
4077 return (jlong)(new Ptr_ANN_MLP(_retval_)); in Java_org_opencv_ml_ANN_1MLP_create_10()
4092 JNIEXPORT void JNICALL Java_org_opencv_ml_ANN_1MLP_delete(JNIEnv*, jclass, jlong);
4095 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_ANN_1MLP_delete()
4105 JNIEXPORT jint JNICALL Java_org_opencv_ml_StatModel_getVarCount_10 (JNIEnv*, jclass, jlong);
4108 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_StatModel_getVarCount_10()
4130 JNIEXPORT jboolean JNICALL Java_org_opencv_ml_StatModel_empty_10 (JNIEnv*, jclass, jlong);
4133 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_StatModel_empty_10()
4155 JNIEXPORT jboolean JNICALL Java_org_opencv_ml_StatModel_isTrained_10 (JNIEnv*, jclass, jlong);
4158 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_StatModel_isTrained_10()
4180 JNIEXPORT jboolean JNICALL Java_org_opencv_ml_StatModel_isClassifier_10 (JNIEnv*, jclass, jlong);
4183 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_StatModel_isClassifier_10()
4205 …boolean JNICALL Java_org_opencv_ml_StatModel_train_10 (JNIEnv*, jclass, jlong, jlong, jint, jlong);
4208 …(JNIEnv* env, jclass , jlong self, jlong samples_nativeObj, jint layout, jlong responses_nativeObj) in Java_org_opencv_ml_StatModel_train_10()
4232 …float JNICALL Java_org_opencv_ml_StatModel_predict_10 (JNIEnv*, jclass, jlong, jlong, jlong, jint);
4235 (JNIEnv* env, jclass , jlong self, jlong samples_nativeObj, jlong results_nativeObj, jint flags) in Java_org_opencv_ml_StatModel_predict_10()
4255 JNIEXPORT jfloat JNICALL Java_org_opencv_ml_StatModel_predict_11 (JNIEnv*, jclass, jlong, jlong);
4258 (JNIEnv* env, jclass , jlong self, jlong samples_nativeObj) in Java_org_opencv_ml_StatModel_predict_11()
4281 JNIEXPORT void JNICALL Java_org_opencv_ml_StatModel_delete(JNIEnv*, jclass, jlong);
4284 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_StatModel_delete()
4294 …T jboolean JNICALL Java_org_opencv_ml_RTrees_getCalculateVarImportance_10 (JNIEnv*, jclass, jlong);
4297 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_RTrees_getCalculateVarImportance_10()
4319 … JNICALL Java_org_opencv_ml_RTrees_setCalculateVarImportance_10 (JNIEnv*, jclass, jlong, jboolean);
4322 (JNIEnv* env, jclass , jlong self, jboolean val) in Java_org_opencv_ml_RTrees_setCalculateVarImportance_10()
4344 JNIEXPORT jint JNICALL Java_org_opencv_ml_RTrees_getActiveVarCount_10 (JNIEnv*, jclass, jlong);
4347 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_RTrees_getActiveVarCount_10()
4369 JNIEXPORT void JNICALL Java_org_opencv_ml_RTrees_setActiveVarCount_10 (JNIEnv*, jclass, jlong, jint…
4372 (JNIEnv* env, jclass , jlong self, jint val) in Java_org_opencv_ml_RTrees_setActiveVarCount_10()
4394 JNIEXPORT jdoubleArray JNICALL Java_org_opencv_ml_RTrees_getTermCriteria_10 (JNIEnv*, jclass, jlong
4397 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_RTrees_getTermCriteria_10()
4420 JNIEXPORT void JNICALL Java_org_opencv_ml_RTrees_setTermCriteria_10 (JNIEnv*, jclass, jlong, jint, …
4423 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_RTrees_setTermCriteria_10()
4446 JNIEXPORT jlong JNICALL Java_org_opencv_ml_RTrees_getVarImportance_10 (JNIEnv*, jclass, jlong);
4448 JNIEXPORT jlong JNICALL Java_org_opencv_ml_RTrees_getVarImportance_10 in Java_org_opencv_ml_RTrees_getVarImportance_10()
4449 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_ml_RTrees_getVarImportance_10()
4456 return (jlong) new ::Mat(_retval_); in Java_org_opencv_ml_RTrees_getVarImportance_10()
4471 JNIEXPORT jlong JNICALL Java_org_opencv_ml_RTrees_create_10 (JNIEnv*, jclass);
4473 JNIEXPORT jlong JNICALL Java_org_opencv_ml_RTrees_create_10 in Java_org_opencv_ml_RTrees_create_10()
4481 return (jlong)(new Ptr_RTrees(_retval_)); in Java_org_opencv_ml_RTrees_create_10()
4496 JNIEXPORT void JNICALL Java_org_opencv_ml_RTrees_delete(JNIEnv*, jclass, jlong);
4499 (JNIEnv*, jclass, jlong self) in Java_org_opencv_ml_RTrees_delete()