diff --git a/README.md b/README.md index 2f6d369961d80e3be1d4b01440d6839d86780b2a..43512dd1c1c09c0bc61e6566cdb8670f72b91139 100644 --- a/README.md +++ b/README.md @@ -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.