Skip to content

Commit

Permalink
fix tron path in liblinear
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Apr 19, 2012
1 parent 677d721 commit c58a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/classifier/svm/LibLinear.cpp
Expand Up @@ -17,7 +17,7 @@
#include <shogun/base/Parameter.h>
#include <shogun/classifier/svm/LibLinear.h>
#include <shogun/lib/external/shogun_liblinear.h>
#include <shogun/classifier/svm/Tron.h>
#include <shogun/lib/external/tron.h>
#include <shogun/features/DotFeatures.h>

using namespace shogun;
Expand Down

0 comments on commit c58a034

Please sign in to comment.