about summary refs log tree commit diff
diff options
context:
space:
mode:
authorziejd22018-09-20 13:14:47 -0500
committerGitHub2018-09-20 13:14:47 -0500
commit6f9d415a03808cfdc0cec552aa3220a74b3bcc8a (patch)
tree301a87b58e84d4ef2999006caea99c997ae3642a
parenteaa024fa0c0e22a4d154f766751f068634cd3318 (diff)
downloadBNW-6f9d415a03808cfdc0cec552aa3220a74b3bcc8a.tar.gz
Update BNW_file_overview.txt
-rw-r--r--BNW_file_overview.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/BNW_file_overview.txt b/BNW_file_overview.txt
index b52d5b37..d16bee1c 100644
--- a/BNW_file_overview.txt
+++ b/BNW_file_overview.txt
@@ -6,7 +6,7 @@ a) dot can be executed using /usr/bin/dot
 b) octave can be executed using /usr/bin/octave

 

 BNW is currently located at /var/www/html/compbio/BNW_x.xx

-(The current development version is BNW_1.2).

+(The current development version is BNW_1.21).

 

 The main BNW directory contains two basic files (index.html and home.php) and two directories.

 A couple of lines in home.php should be modified/updated to point to the correct BNW directory.

@@ -19,6 +19,7 @@ The main purpose of this file is to provide a brief overview of the files that a
 1. Directories within sourcecodes:

 a) bnt-master: This contains the code for BayesNetToolbox which is used in parameter learning in BNW.

 	It has been slightly modified to work with Octave instead of MATLAB.

+	I have also made a couple of changes to ensure that initial parameters are taken directly from the data for discrete nodes.

 

 b) parameter_learning: This contains the MATLAB/Octave code that we have written for parameter_learning.

         It also prepares data that has been uploaded to BNW for use with the structure learning code.