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/test_set_predictions.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'sourcecodes/test_set_predictions.php') diff --git a/sourcecodes/test_set_predictions.php b/sourcecodes/test_set_predictions.php index b6a1df80..b626dea3 100644 --- a/sourcecodes/test_set_predictions.php +++ b/sourcecodes/test_set_predictions.php @@ -85,6 +85,16 @@ else if(file_exists($filename2)) {?>

>View predictions

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

Make a new set of predictions by submitting data file below

@@ -146,7 +156,7 @@ if($searchID!="") $fpdata = fopen("./data/".$keyval."ts_input.txt","w"); fwrite($fpdata,$searchID); } - $command = './run_test_set '.$keyval; + $command = './run_scripts/run_test_set '.$keyval; $output = shell_exec("$command > /dev/null 2 > /dev/null &"); $pred_link='cv_predictions.php?My_key='.$keyval; } -- cgit 1.4.1