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

Update test_all.pl

parent 19763293
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
:- use_module('src/methods/fastmks/fastmks_test.pl').
%%:- use_module('src/methods/hoeffding_tree/hoeffding_tree_test.pl').
:- use_module('src/methods/hoeffding_tree/hoeffding_tree_test.pl').
:- use_module('src/methods/kde/kde_test.pl').
......@@ -36,7 +36,7 @@
:- use_module('src/methods/knn/knn_test.pl').
%%:- use_module('src/methods/lars/lars_test.pl').
:- use_module('src/methods/lars/lars_test.pl').
:- use_module('src/methods/linear_regression/linear_regression_test.pl').
......@@ -55,7 +55,7 @@
:- use_module('src/methods/mean_shift/mean_shift_test.pl').
%%:- 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').
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment