diff options
| author | ziejd2 | 2018-09-13 23:59:20 -0500 |
|---|---|---|
| committer | ziejd2 | 2018-09-13 23:59:20 -0500 |
| commit | e3f7237ffcb19f19db3b68777b5a94b89e07f66a (patch) | |
| tree | 554a8013776ebeae3e2976074020c09c2d1af8b0 /sourcecodes/home.php | |
| parent | a7eb61ff7a09f39bee67014bf24b8919eaccfc19 (diff) | |
| download | BNW-e3f7237ffcb19f19db3b68777b5a94b89e07f66a.tar.gz | |
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.
Diffstat (limited to 'sourcecodes/home.php')
| -rw-r--r-- | sourcecodes/home.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sourcecodes/home.php b/sourcecodes/home.php index 06d8337a..fa0afbba 100644 --- a/sourcecodes/home.php +++ b/sourcecodes/home.php @@ -7,6 +7,7 @@ include("header_new.inc"); <ul class="navbar"> <li><a href="bn_file_load_gom.php">Learn a network model from data</a> <li><a href="home_upload.php">Make predictions using a known structure</a> + <li><a href="enter_netID.php">Use a network ID to return to a network</a> <li><a href="getting_started.php">Getting started with BNW</a> <li><a href="help.php">Help</a> <li><a href="workflow.php">Tutorials and examples</a> |
