MCPcopy Create free account
hub / github.com/HuTianQi/SmartOpenCV / getCoef0_0

Method getCoef0_0

openCVLibrary411/src/main/java/org/opencv/ml/SVM.java:746–746  ·  view source on GitHub ↗
(long nativeObj)

Source from the content-addressed store, hash-verified

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);

Callers 1

getCoef0Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected