about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_octave
blob: 3879280e5526aec7dccce0ed97ae016b66dab304 (plain)
1
2
3
4
5
6
7
#!/usr/bin/octave -qf
cd ./data
arg_list = argv(); 
addpath("../bnt-master");
addpath(genpathKPM("../bnt-master"));
addpath("../parameter_learning");
runBN_initial(arg_list{1});