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

Method setKernel_0

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

Source from the content-addressed store, hash-verified

783
784 // C++: void cv::ml::SVM::setKernel(int kernelType)
785 private static native void setKernel_0(long nativeObj, int kernelType);
786
787 // C++: void cv::ml::SVM::setNu(double val)
788 private static native void setNu_0(long nativeObj, double val);

Callers 1

setKernelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected