diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2014-06-12 11:49:39 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2014-06-12 11:49:39 +0200 |
| commit | f226aea54c5d0b64afe4ab07ecc27d639b94c1e1 (patch) | |
| tree | f9cecc05999f48a6dcdccf2007ee1db0c74f86cd /include | |
| parent | fixed merge (diff) | |
| download | gensvm-f226aea54c5d0b64afe4ab07ecc27d639b94c1e1.tar.gz gensvm-f226aea54c5d0b64afe4ab07ecc27d639b94c1e1.zip | |
work on reallocation of model and work on bugfix free
Diffstat (limited to 'include')
| -rw-r--r-- | include/msvmmaj_train_dataset.h | 2 |
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 |
