(long nativeObj)
| 744 | |
| 745 | // C++: double cv::ml::SVM::getCoef0() |
| 746 | private static native double getCoef0_0(long nativeObj); |
| 747 | |
| 748 | // C++: double cv::ml::SVM::getDecisionFunction(int i, Mat& alpha, Mat& svidx) |
| 749 | private static native double getDecisionFunction_0(long nativeObj, int i, long alpha_nativeObj, long svidx_nativeObj); |