Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prolog mlpack Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
Prolog mlpack Library
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Update Home
authored
2 years ago
by
Dean Samuel Schmitz
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Home.md
+9
-1
9 additions, 1 deletion
Home.md
with
9 additions
and
1 deletion
Home.md
View page @
e4b74a5c
...
@@ -15,7 +15,15 @@ Here you can find documentaion on the used Datatypes, a detailed documentation f
...
@@ -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)
(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
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.
After that you can use each Method by loading their module with SICStus e.g.
...
...
This diff is collapsed.
Click to expand it.