Skip to content
Snippets Groups Projects
Commit e3dd413e authored by Jakhes's avatar Jakhes
Browse files

Update test_all

parent bb4a353e
No related branches found
No related tags found
No related merge requests found
...@@ -54,17 +54,17 @@ ...@@ -54,17 +54,17 @@
%%:- use_module('src/methods/naive_bayes_classifier/naive_bayes_classifier_test.pl'). %%:- use_module('src/methods/naive_bayes_classifier/naive_bayes_classifier_test.pl').
%%:- use_module('src/methods/nca/nca_test.pl'). :- use_module('src/methods/nca/nca_test.pl').
%%:- use_module('src/methods/nmf/nmf_test.pl'). :- use_module('src/methods/nmf/nmf_test.pl').
%%:- use_module('src/methods/pca/pca_test.pl'). :- use_module('src/methods/pca/pca_test.pl').
%%:- use_module('src/methods/perceptron/perceptron_test.pl'). :- use_module('src/methods/perceptron/perceptron_test.pl').
%%:- use_module('src/methods/radical/radical_test.pl'). :- use_module('src/methods/radical/radical_test.pl').
%%:- use_module('src/methods/random_forest/random_forest_test.pl'). :- use_module('src/methods/random_forest/random_forest_test.pl').
:- use_module('src/methods/softmax_regression/softmax_regression_test.pl'). :- use_module('src/methods/softmax_regression/softmax_regression_test.pl').
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment