diff options
Diffstat (limited to 'src/libGenSVM.c')
| -rw-r--r-- | src/libGenSVM.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/libGenSVM.c b/src/libGenSVM.c deleted file mode 100644 index 8917a3e..0000000 --- a/src/libGenSVM.c +++ /dev/null @@ -1,23 +0,0 @@ -/** - * @file libGenSVM.c - * @author Gertjan van den Burg - * @date August 8, 2013 - * @brief Main functions for the GenSVM algorithm - * - * @details - * The functions in this file are all functions needed - * to calculate the optimal separation boundaries for - * a multiclass classification problem, using the - * GenSVM algorithm. - * - */ - -#include <cblas.h> -#include <math.h> - -#include "globals.h" -#include "libGenSVM.h" -#include "gensvm.h" -#include "gensvm_matrix.h" - - |
