@@ -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.