diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 18:47:09 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 18:47:09 +0200 |
| commit | 044dc5a93c33d7aa4c9c98a626890c16446a56fc (patch) | |
| tree | 23cc17a595d36a35ad9cb50e3ab18c2956b5f65c /include/gensvm_crossval.h | |
| parent | Move includes to header (diff) | |
| download | gensvm-044dc5a93c33d7aa4c9c98a626890c16446a56fc.tar.gz gensvm-044dc5a93c33d7aa4c9c98a626890c16446a56fc.zip | |
major refactor of the code
Diffstat (limited to 'include/gensvm_crossval.h')
| -rw-r--r-- | include/gensvm_crossval.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/gensvm_crossval.h b/include/gensvm_crossval.h deleted file mode 100644 index 3ac5fa9..0000000 --- a/include/gensvm_crossval.h +++ /dev/null @@ -1,23 +0,0 @@ -/** - * @file crossval.h - * @author Gertjan van den Burg - * @date January, 2014 - * @brief Header file for crossval.c - * - * @details - * Contains function declarations for functions needed for performing cross - * validation on GenData structures. - * - */ - -#ifndef GENSVM_CROSSVAL_H -#define GENSVM_CROSSVAL_H - -// forward delaration -struct GenData; - -void gensvm_make_cv_split(long N, long folds, long *cv_idx); -void gensvm_get_tt_split(struct GenData *full_data, struct GenData *train_data, - struct GenData *test_data, long *cv_idx, long fold_idx); - -#endif |
