aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_predict.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_predict.h')
-rw-r--r--include/gensvm_predict.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gensvm_predict.h b/include/gensvm_predict.h
index ec644bb..069e8d3 100644
--- a/include/gensvm_predict.h
+++ b/include/gensvm_predict.h
@@ -38,10 +38,6 @@
// function declarations
void gensvm_predict_labels(struct GenData *testdata,
struct GenModel *model, long *predy);
-void gensvm_predict_labels_dense(struct GenData *testdata,
- struct GenModel *model, long *predy);
-void gensvm_predict_labels_sparse(struct GenData *testdata,
- struct GenModel *model, long *predy);
double gensvm_prediction_perf(struct GenData *data, long *perdy);
#endif