about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/learning
AgeCommit message (Collapse)Author
2018-09-13New parameter learning optionsziejd2
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.
2017-09-28BNW using Octave instead of Matlab.ziejd2
This version of BNW should perform the same as the original version. The only difference is that it uses Octave instead of Matlab when running BayesNet Toolbox during parameter learning. I am calling this BNW_1.02. It can be accessed at: compbio.uthsc.edu/BNW_1.02