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/enter_netID.php | 77 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 sourcecodes/enter_netID.php (limited to 'sourcecodes/enter_netID.php') diff --git a/sourcecodes/enter_netID.php b/sourcecodes/enter_netID.php new file mode 100644 index 00000000..f90f78db --- /dev/null +++ b/sourcecodes/enter_netID.php @@ -0,0 +1,77 @@ + + + + + + + + + +
+ +
+
+

Enter network ID from previously used network

+
+

+ Networks that have previously been generated in BNW can be accessed by entering the network ID in the input box below. The network ID is currently a three character string that can be found on the left hand menu of any network page. Network files are periodically deleted from BNW so it is possible that older networks may no longer be active. +
+
+

+
"> + Network ID: +
+
+

+
+ + + + + +
+ + \ No newline at end of file -- cgit 1.4.1