Skip to content
Snippets Groups Projects
Commit 42c80082 authored by Jakhes's avatar Jakhes
Browse files

Remove mlpack fully from Project

parent 44d6e2f3
No related branches found
No related tags found
No related merge requests found
splfr=/usr/local/sicstus4.7.1/bin/splfr splfr=/usr/local/sicstus4.7.1/bin/splfr
main.so: main.pl main.cpp main.so: main.pl main.cpp
$(splfr) -larmadillo -lmlpack -lstdc++ -cxx --struct main.pl main.cpp bayesian_linear_regression/bayesian_linear_regression.cpp $(splfr) -larmadillo -fopenmp -lmlpack -lstdc++ -cxx --struct main.pl main.cpp
clean: clean:
rm main.so rm main.so
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Always include the glue header in your foreign resource code. Always include the glue header in your foreign resource code.
*/ */
#include "main_glue.h" #include "main_glue.h"
#include <bayesian_linear_regression/bayesian_linear_regression.hpp> #include <mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp>
#include <mlpack/core.hpp> #include <mlpack/core.hpp>
using namespace arma; using namespace arma;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment