Changes
Page history
Update Home
authored
Oct 31, 2022
by
Dean Samuel Schmitz
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
9d2e8b49
...
...
@@ -8,7 +8,7 @@ Here you can find documentaion on the used Datatypes, a detailed documentation f
# **_Quickstart_**
How to get the project running:
####
How to get the project running:
1.
Clone the project onto your system
2.
Have MLpacks system Version installed
...
...
@@ -25,7 +25,9 @@ After that you can use each Method by loading their module with SICStus e.g.
:-
use_module
(
'path/to/.../src/methods/dbscan/dbscan.pl'
).
```
If you want to edit the Project then the steps are almost the same except you should also install the Eclipse IDE SICStus integration Spider.
#### How to edit the project:
To edit the Project the steps are almost the same as above except you should also install the Eclipse IDE SICStus integration Spider.
Since it makes writing and running the prolog Code easier.
...
...
...
...