aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_pred.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_pred.h')
-rw-r--r--include/gensvm_pred.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/gensvm_pred.h b/include/gensvm_pred.h
index 0cce20b..76b3ad3 100644
--- a/include/gensvm_pred.h
+++ b/include/gensvm_pred.h
@@ -19,14 +19,8 @@ struct GenData;
struct GenModel;
// function declarations
-void gensvm_predict_labels(struct GenData *data_test,
- struct GenData *data_train, struct GenModel *model,
- long *predy);
-void gensvm_predict_labels_linear(struct GenData *data,
+void gensvm_predict_labels(struct GenData *testdata,
struct GenModel *model, long *predy);
-void gensvm_predict_labels_kernel(struct GenData *data_test,
- struct GenData *data_train, struct GenModel *model,
- long *predy);
double gensvm_prediction_perf(struct GenData *data, long *perdy);
#endif