aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_train_dataset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_train_dataset.h')
-rw-r--r--include/gensvm_train_dataset.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/gensvm_train_dataset.h b/include/gensvm_train_dataset.h
index 0dc4319..d201aa5 100644
--- a/include/gensvm_train_dataset.h
+++ b/include/gensvm_train_dataset.h
@@ -18,6 +18,10 @@
#include "globals.h"
#include "types.h"
+// forward declarations
+struct GenData;
+struct GenModel;
+
/**
* @brief A structure for a single task in the queue.
*
@@ -142,6 +146,4 @@ void start_training(struct Queue *q);
double gensvm_cross_validation(struct GenModel *model,
struct GenData **train_folds, struct GenData **test_folds,
int folds, long n_total);
-
-
#endif