Skip to content
Snippets Groups Projects
Commit f31e0d19 authored by Dean Samuel Schmitz's avatar Dean Samuel Schmitz
Browse files

Update README.md

parent dcb77048
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,13 @@ For example **Linear_SVM**, **KMeans**, **Perceptron**, **Random_Forest**, **Ker
(Required by the Methods Linear_SVM, LMNN, Logistic_regression and NCA)
5. Change the SPLFR_PATH Variable in the root folder Makefile to your absolute path to the SICStus splfr tool
6. Run the root folder Makefile using the command: make (optional if you dont have to change the splfr path and mlpack is installed in the default location)
```
// to compile
make
// or to remove the compiled glue files
make clean
```
After that you can use each Method by loading their module with SICStus e.g.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment