about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_del_var
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/run_scripts/run_del_var')
-rw-r--r--sourcecodes/run_scripts/run_del_var8
1 files changed, 8 insertions, 0 deletions
diff --git a/sourcecodes/run_scripts/run_del_var b/sourcecodes/run_scripts/run_del_var
new file mode 100644
index 00000000..0b1bdfdc
--- /dev/null
+++ b/sourcecodes/run_scripts/run_del_var
@@ -0,0 +1,8 @@
+#!/usr/bin/octave -qf
+cd ./data
+arg_list = argv(); 
+addpath("../bnt-master");
+addpath(genpathKPM("../bnt-master"));
+addpath("../parameter_learning");
+removeNodes(arg_list{1},arg_list{2});
+prepareInput(arg_list{2});
\ No newline at end of file