jnisvmlight_svmlightinterface.h
来自「SVM_light是一种非常流行的支持向量机的java接口」· C头文件 代码 · 共 30 行
H
30 行
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>
/* Header for class jnisvmlight_SVMLightInterface */#ifndef _Included_jnisvmlight_SVMLightInterface#define _Included_jnisvmlight_SVMLightInterface
#ifdef __cplusplusextern "C" {#endif
/*
* Class: jnisvmlight_SVMLightInterface
* Method: classifyNative
* Signature: (Ljnisvmlight/FeatureVector;)D
*/
JNIEXPORT jdouble JNICALL Java_jnisvmlight_SVMLightInterface_classifyNative
(JNIEnv *, jobject, jobject);
/*
* Class: jnisvmlight_SVMLightInterface
* Method: trainmodel
* Signature: ([Ljnisvmlight/LabeledFeatureVector;Ljnisvmlight/TrainingParameters;)Ljnisvmlight/SVMLightModel;
*/
JNIEXPORT jobject JNICALL Java_jnisvmlight_SVMLightInterface_trainmodel
(JNIEnv *, jobject, jobjectArray, jobject);
#ifdef __cplusplus}#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?