From 25b843f6bbacb1937bdb960777b73acbece64115 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 24 Feb 2021 14:36:59 -0600 Subject: GENENET8 update --- sourcecodes/cross_valid.php | 106 +++++++++++++++++++++++++++++++------------- 1 file changed, 75 insertions(+), 31 deletions(-) (limited to 'sourcecodes/cross_valid.php') diff --git a/sourcecodes/cross_valid.php b/sourcecodes/cross_valid.php index c3c8bd55..8adbcdfe 100644 --- a/sourcecodes/cross_valid.php +++ b/sourcecodes/cross_valid.php @@ -1,11 +1,19 @@ + + + + + + + + + + + - +

Leave-one-out cross-validation results are being calculated

@@ -68,30 +90,48 @@ if(file_exists($filename2))
-

>Download cross-validation results

- + else if(file_exists($dir.$filename1)) + { + $file_data = file_get_contents($dir.$plotly_file); + + ?>
- width="800" height="500" > + - + +
+ +

-

Perform leave-one-out cross-validation of another network variable

-

- Enter the name of another variable below to validate predictions of that variable. + >Download cross-validation results
+
+

Perform leave-one-out cross-validation of another network variable

-
"> - Variable Name: +"> +

Select variable name:

+ -
+ +

+


@@ -99,15 +139,21 @@ display: block; height: 30px; width: 300px;">

Perform leave-one-out cross-validation of network

-

- To perform cross-validation, enter the name of the variable that you want to test the predictions of below. + +

+ Select the variable that you want to examine the predictions of below. +

"> - Variable Name: +

Select variable name:


+ -
+


@@ -123,9 +169,7 @@ if($varNameErr=="1") $pred_link='cv_predictions.php?My_key='.$keyval; sleep(1); echo "
"; - echo "Calculation submitted"; - echo "
"; - echo "Click to return to cross-validation and predictions menu"; + echo "Calculation submitted. Click here to return to cross-validation and predictions menu.

"; } ?> -- cgit 1.4.1