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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
Prolog mlpack Library
Commits
43b97d78
Commit
43b97d78
authored
Sep 12, 2022
by
Jakhes
Browse files
Options
Downloads
Patches
Plain Diff
Adding Kmeans to the root Makefile
parent
4d705375
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-0
2 additions, 0 deletions
Makefile
with
2 additions
and
0 deletions
Makefile
+
2
−
0
View file @
43b97d78
...
...
@@ -6,9 +6,11 @@ all:
make
-C
src/methods/linear_regression
splfr
=
$(
SPLFR_PATH
)
make
-C
src/methods/lars
splfr
=
$(
SPLFR_PATH
)
make
-C
src/methods/ada_boost
splfr
=
$(
SPLFR_PATH
)
make
-C
src/methods/kmeans
splfr
=
$(
SPLFR_PATH
)
clean
:
make
-C
src/methods/bayesian_linear_regression clean
make
-C
src/methods/linear_regression clean
make
-C
src/methods/lars clean
make
-C
src/methods/ada_boost clean
make
-C
src/methods/kmeans clean
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment