diff options
Diffstat (limited to 'sourcecodes/run_kfold')
| -rw-r--r-- | sourcecodes/run_kfold | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sourcecodes/run_kfold b/sourcecodes/run_kfold deleted file mode 100644 index ad87b5d1..00000000 --- a/sourcecodes/run_kfold +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/octave -qf -cd ./data -arg_list = argv(); -addpath("../bnt-master"); -addpath(genpathKPM("../bnt-master")); -addpath("../parameter_learning"); -filename=strcat(arg_list{1},"kfoldCV.txt"); -delete(filename); -filename=strcat(arg_list{1},"kfoldCV_temp.txt"); -fout_temp=fopen(filename,'w'); -fprintf(fout_temp,arg_list{2}); -kfoldCrossValid(arg_list{1},arg_list{2},arg_list{3}); -fclose(fout_temp); -delete(filename); \ No newline at end of file |
