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

Adding notes

parent b613b60c
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
:- use_module('helper.pl').
%% TODO: fully tests the helper functions and predicates
:- begin_tests(b).
test(matrix) :-
......
......@@ -4,6 +4,8 @@
%% Just compile this file and call run_tests. to run every tests
%% The commented Methods either arent finished or still have some unfixed problems
:- use_module('src/methods/adaboost/adaboost_test.pl').
......@@ -63,7 +65,7 @@
%%:- use_module('src/methods/softmax_regression/softmax_regression_test.pl').
%% better to run the parse_coding tests alone because the c++ Method writes out alot of Debug messages that make the tests hard to read.
%% 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').
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment