about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_octave_evd
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/run_scripts/run_octave_evd')
-rw-r--r--sourcecodes/run_scripts/run_octave_evd7
1 files changed, 7 insertions, 0 deletions
diff --git a/sourcecodes/run_scripts/run_octave_evd b/sourcecodes/run_scripts/run_octave_evd
new file mode 100644
index 00000000..9f661925
--- /dev/null
+++ b/sourcecodes/run_scripts/run_octave_evd
@@ -0,0 +1,7 @@
+#!/usr/bin/octave -qf
+cd ./data
+arg_list = argv(); 
+addpath("../bnt-master");
+addpath(genpathKPM("../bnt-master"));
+addpath("../parameter_learning");
+Predictmultiple(arg_list{1});