From 3d339b2311f3b5234f6433131885b638b2ef7357 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 16 May 2016 21:44:08 +0200 Subject: remove superfluous files --- src/libGenSVM.c | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/libGenSVM.c (limited to 'src/libGenSVM.c') 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 -#include - -#include "globals.h" -#include "libGenSVM.h" -#include "gensvm.h" -#include "gensvm_matrix.h" - - -- cgit v1.2.3