Skip to content

Commit

Permalink
Libshogun example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Apr 21, 2012
1 parent 9b94e78 commit 0edfe54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/undocumented/libshogun/Makefile
Expand Up @@ -21,7 +21,7 @@ TARGETS = basic_minimal \
classifier_mklmulticlass \
classifier_conjugateindex \
classifier_gaussiannaivebayes \
classifier_libsvmmulticlass \
classifier_multiclasslibsvm \
classifier_qda \
classifier_multiclasslinearmachine \
kernel_gaussian kernel_revlin \
Expand Down
@@ -1,7 +1,7 @@
#include <shogun/features/Labels.h>
#include <shogun/features/SimpleFeatures.h>
#include <shogun/kernel/GaussianKernel.h>
#include <shogun/classifier/svm/LibSVMMulticlass.h>
#include <shogun/machine/MulticlassLibSVM.h>
#include <shogun/base/init.h>

using namespace shogun;
Expand Down

0 comments on commit 0edfe54

Please sign in to comment.