about summary refs log tree commit diff
path: root/sourcecodes/run_test_set
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/run_test_set')
-rw-r--r--sourcecodes/run_test_set11
1 files changed, 11 insertions, 0 deletions
diff --git a/sourcecodes/run_test_set b/sourcecodes/run_test_set
new file mode 100644
index 00000000..503032f0
--- /dev/null
+++ b/sourcecodes/run_test_set
@@ -0,0 +1,11 @@
+#!/usr/bin/octave -qf
+cd ./data
+arg_list = argv(); 
+addpath("../bnt-master");
+addpath(genpathKPM("../bnt-master"));
+addpath("../parameter_learning");
+filename=strcat(arg_list{1},"ts_output.txt");
+delete(filename);
+testSetPredictions(arg_list{1});
+filename=strcat(arg_list{1},"ts_upload.txt");
+delete(filename);
\ No newline at end of file