From f226aea54c5d0b64afe4ab07ecc27d639b94c1e1 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 12 Jun 2014 11:49:39 +0200 Subject: work on reallocation of model and work on bugfix free --- include/msvmmaj_train_dataset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3