aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/msvmmaj_train_dataset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/msvmmaj_train_dataset.h b/include/msvmmaj_train_dataset.h
index 2afcde8..0889626 100644
--- a/include/msvmmaj_train_dataset.h
+++ b/include/msvmmaj_train_dataset.h
@@ -135,7 +135,7 @@ double cross_validation(struct MajModel *model, struct MajData *data,
void make_model_from_task(struct Task *task, struct MajModel *model);
void copy_model(struct MajModel *from, struct MajModel *to);
-void msvmmaj_reallocate_model(struct MajModel *model, long n);
+void msvmmaj_reallocate_model(struct MajModel *model, long n, long m);
void print_progress_string(struct Task *task, long N);
#endif