From e3f7237ffcb19f19db3b68777b5a94b89e07f66a Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 13 Sep 2018 23:59:20 -0500 Subject: New parameter learning options The main change here is in the parameter learning methods. The parameters that are learned at first (i.e., if there is no evidence) are the distributions that are found directly in the data. I had to create or significantly modify several BNT files for this. If there is evidence, the parameters are learned using a Dirichlet prior. This only required a couple of small changes to the BNW parameter learning files. --- sourcecodes/test_set_predictions.php | 158 +++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 sourcecodes/test_set_predictions.php (limited to 'sourcecodes/test_set_predictions.php') diff --git a/sourcecodes/test_set_predictions.php b/sourcecodes/test_set_predictions.php new file mode 100644 index 00000000..b6a1df80 --- /dev/null +++ b/sourcecodes/test_set_predictions.php @@ -0,0 +1,158 @@ + + + window.alert ('Sorry, error uploading $TextFile.')\ +"; + flush(); + exit(); + } + else + { + $searchID=file_get_contents("$TextinFile"); + //unlink($TextinFile); + + } + + } + + else + { + echo ""; + } + } + } + + +?> + + + + + +
+ + + +
+Calculation submitted. +
+Click to return to cross-validation and predictions menu +
+ +
+

>View predictions

+
+

Make a new set of predictions by submitting data file below

+
+ + + + + + + +
+ + + > + +
+
+
+ +

Make predictions of test data file

+ To make prediction for several test cases, upload a file containing the test cases. +
+
+
+ + + + + + + +
+ + + > + +
+
+ +
+ + /dev/null 2 > /dev/null &"); + $pred_link='cv_predictions.php?My_key='.$keyval; +} +?> + + + + + -- cgit 1.4.1