blob: fe29d0d1d004ee663d7ca101c08bf62da6e46804 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/octave -qf
cd ./data
arg_list = argv();
addpath("/var/www/html/compbio/BNW_1.02/sourcecodes/bnt-master");
addpath(genpathKPM("/var/www/html/compbio/BNW_1.02/sourcecodes/bnt-master"));
addpath("/var/www/html/compbio/BNW_1.02/sourcecodes/parameter_learning");
runBN_initial(arg_list{1});
|