From bb9d93322abf825368dedaafc2376ef8fdfc1e2f Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Mon, 28 Jan 2019 16:31:54 -0600 Subject: Jan 28 2019 update --- sourcecodes/kfold_cv.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'sourcecodes/kfold_cv.php') diff --git a/sourcecodes/kfold_cv.php b/sourcecodes/kfold_cv.php index 6cae9538..b168254a 100644 --- a/sourcecodes/kfold_cv.php +++ b/sourcecodes/kfold_cv.php @@ -74,6 +74,16 @@ if(file_exists($filename2)) {?>

>View cross-validation results

+ +
+ width="800" height="500" > + +
+

Perform k-fold cross-validation of another network variable

@@ -133,7 +143,7 @@ if(file_exists($filename2)) if($nm_folds!="") { - $command = './run_kfold '.$keyval.' '.$varName.' '.$nm_folds; + $command = './run_scripts/run_kfold '.$keyval.' '.$varName.' '.$nm_folds; $output = shell_exec("$command > /dev/null 2 > /dev/null &"); $pred_link='cv_predictions.php?My_key='.$keyval; sleep(1); -- cgit 1.4.1