Skip to content

Commit

Permalink
Moved gpdt,gpm,gptdsolve
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Apr 28, 2012
1 parent 3208b54 commit 00f3b79
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/shogun/classifier/svm/GPBTSVM.cpp
Expand Up @@ -9,8 +9,8 @@
*/

#include <shogun/classifier/svm/GPBTSVM.h>
#include <shogun/classifier/svm/gpdt.h>
#include <shogun/classifier/svm/gpdtsolve.h>
#include <shogun/lib/external/gpdt.h>
#include <shogun/lib/external/gpdtsolve.h>
#include <shogun/io/SGIO.h>

using namespace shogun;
Expand Down
Expand Up @@ -73,8 +73,8 @@
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <shogun/classifier/svm/gpdt.h>
#include <shogun/classifier/svm/gpdtsolve.h>
#include <shogun/lib/external/gpdt.h>
#include <shogun/lib/external/gpdtsolve.h>

using namespace shogun;

Expand Down
File renamed without changes.
Expand Up @@ -74,9 +74,9 @@
#include <string.h>
#include <time.h>

#include <shogun/classifier/svm/gpm.h>
#include <shogun/classifier/svm/gpdt.h>
#include <shogun/classifier/svm/gpdtsolve.h>
#include <shogun/lib/external/gpm.h>
#include <shogun/lib/external/gpdt.h>
#include <shogun/lib/external/gpdtsolve.h>
#include <shogun/lib/Signal.h>
#include <shogun/io/SGIO.h>

Expand Down
File renamed without changes.
Expand Up @@ -72,7 +72,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <shogun/classifier/svm/gpdt.h>
#include <shogun/lib/external/gpdt.h>
#include <shogun/io/SGIO.h>

namespace shogun
Expand Down
File renamed without changes.

0 comments on commit 00f3b79

Please sign in to comment.