diff options
Diffstat (limited to 'include/msvmmaj_train_dataset.h')
| -rw-r--r-- | include/msvmmaj_train_dataset.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/msvmmaj_train_dataset.h b/include/msvmmaj_train_dataset.h index ad40f55..2afcde8 100644 --- a/include/msvmmaj_train_dataset.h +++ b/include/msvmmaj_train_dataset.h @@ -129,11 +129,13 @@ void free_queue(struct Queue *q); void consistency_repeats(struct Queue *q, long repeats, TrainType traintype); -double cross_validation(struct MajModel *model, struct MajModel *seed_model, - struct MajData *data, long folds); +double cross_validation(struct MajModel *model, struct MajData *data, + long folds); 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 print_progress_string(struct Task *task, long N); #endif |
