From 6d68250648154fe4ae7d4f0f9553291aaf51a172 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 4 Mar 2015 19:34:04 +0100 Subject: rewrite of consistency_repeats to work with kernels --- include/gensvm_train_dataset.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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); -- cgit v1.2.3