Update Home authored by Dean Samuel Schmitz's avatar Dean Samuel Schmitz
......@@ -15,7 +15,15 @@ Here you can find documentaion on the used Datatypes, a detailed documentation f
(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 (optional if you dont have to change the splfr path and mlapck is installed in its default position)
6. Run the root folder Makefile (optional if you dont have to change the splfr path and mlapck is installed in its 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.
......
......