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
Commits
b8580f72
Commit
b8580f72
authored
2 years ago
by
Jakhes
Browse files
Options
Downloads
Patches
Plain Diff
Updating all_tests
parent
9debcb47
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
test_all.pl
+7
-2
7 additions, 2 deletions
test_all.pl
with
7 additions
and
2 deletions
test_all.pl
+
7
−
2
View file @
b8580f72
...
...
@@ -38,15 +38,18 @@
%%:- use_module('src/methods/lars/lars_test.pl').
%%
:- use_module('src/methods/linear_regression/linear_regression_test.pl').
:-
use_module
(
'src/methods/linear_regression/linear_regression_test.pl'
).
:-
use_module
(
'src/methods/linear_SVM/linear_SVM_test.pl'
).
:-
use_module
(
'src/methods/lmnn/lmnn_test.pl'
).
%%
%% lcc seems to have compatibility problems with kmeans and dbscan so comment lcc out when testing them
%%
%%:- use_module('src/methods/local_coordinate_coding/local_coordinate_coding_test.pl').
%%
:- use_module('src/methods/logistic_regression/logistic_regression_test.pl').
:-
use_module
(
'src/methods/logistic_regression/logistic_regression_test.pl'
).
:-
use_module
(
'src/methods/lsh/lsh_test.pl'
).
...
...
@@ -68,7 +71,9 @@
:-
use_module
(
'src/methods/softmax_regression/softmax_regression_test.pl'
).
%%
%% better to run the sparse_coding tests alone because the c++ Method writes out alot of Debug messages that make the tests hard to read.
%%
%%:- use_module('src/methods/sparse_coding/sparse_coding_test.pl').
:-
use_module
(
'src/helper_files/helper_tests.pl'
).
...
...
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