diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gensvm_lapack.c | 13 | ||||
| -rw-r--r-- | src/libGenSVM.c | 23 |
2 files changed, 0 insertions, 36 deletions
diff --git a/src/gensvm_lapack.c b/src/gensvm_lapack.c deleted file mode 100644 index 2a9c120..0000000 --- a/src/gensvm_lapack.c +++ /dev/null @@ -1,13 +0,0 @@ -/** - * @file gensvm_lapack.c - * @author Gertjan van den Burg - * @date August 9, 2013 - * @brief Utility functions for interacting with LAPACK - * - * @details - * Functions in this file are auxiliary functions which make it easier - * to use LAPACK functions from liblapack. - */ - -#include "gensvm_lapack.h" - 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" - - |
