diff options
| author | ziejd2 | 2019-01-28 16:31:54 -0600 |
|---|---|---|
| committer | ziejd2 | 2019-01-28 16:31:54 -0600 |
| commit | bb9d93322abf825368dedaafc2376ef8fdfc1e2f (patch) | |
| tree | 10b9b3dd405d8a73aa4784e313525159cade3f3b /sourcecodes/layout.php | |
| parent | c4949358bfeecdac35802f8369f4f97a21e5fddb (diff) | |
| download | BNW-bb9d93322abf825368dedaafc2376ef8fdfc1e2f.tar.gz | |
Jan 28 2019 update
Diffstat (limited to 'sourcecodes/layout.php')
| -rw-r--r-- | sourcecodes/layout.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sourcecodes/layout.php b/sourcecodes/layout.php index 75748639..6c50a561 100644 --- a/sourcecodes/layout.php +++ b/sourcecodes/layout.php @@ -77,15 +77,15 @@ function calcHeight() <ul class="navbar"> <li><a href="clear.php?My_key=<?php print($keyval);?>" target='_blank'>Clear evidence</a> -<!--- <li><a href="cv_predictions.php?My_key=<?php print($keyval);?>";>Cross validation and predictions</a> ----> +<li><a href="modify_edges.php?My_key=<?php print($keyval);?>" target='_blank'>Modify network structure</a> <li><a href="javascript:void(0);" NAME="Model Averaging Matrix" title="Model Averaging Matrix" onClick=window.open("matrix.php?My_key=<?php print($keyval);?>","Ratting","width=950,height=270,0,status=0,");>Display structure matrix</a> <li><a href="javascript:void(0);" NAME="Parameters" title="Parameters" onClick=window.open("parameter_display.php?My_key=<?php print($keyval);?>","Ratting","width=950,height=270,0,status=0,");>View parameters</a> +<li><a href="modify_structure_learning.php?My_key=<?php print($keyval);?>" target='_blank';>Modify structure learning settings</a> <li><a href="help.php" target='_blank'>Help</a> <li><a href="../home.php">Home</a> </ul> |
