diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/gensvm_train_dataset.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gensvm_train_dataset.h b/include/gensvm_train_dataset.h index d201aa5..16f8e07 100644 --- a/include/gensvm_train_dataset.h +++ b/include/gensvm_train_dataset.h @@ -127,15 +127,10 @@ void make_queue(struct Training *training, struct Queue *queue, struct GenData *train_data, struct GenData *test_data); struct Task *get_next_task(struct Queue *q); -void start_training_tt(struct Queue *q); -void start_training_cv(struct Queue *q); void free_queue(struct Queue *q); void consistency_repeats(struct Queue *q, long repeats, TrainType traintype); -double cross_validation(struct GenModel *model, struct GenData *data, - long folds); - void make_model_from_task(struct Task *task, struct GenModel *model); void copy_model(struct GenModel *from, struct GenModel *to); |
