From 74b673ba4a706085201a5610b938ff98f08f641d Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 25 Apr 2018 16:43:19 -0500 Subject: Bug fixes, code comments, and minor changes --- sourcecodes/parameter_learning/writeParameters_int.m | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sourcecodes/parameter_learning/writeParameters_int.m') diff --git a/sourcecodes/parameter_learning/writeParameters_int.m b/sourcecodes/parameter_learning/writeParameters_int.m index ed92d593..69dcbb93 100644 --- a/sourcecodes/parameter_learning/writeParameters_int.m +++ b/sourcecodes/parameter_learning/writeParameters_int.m @@ -1,6 +1,10 @@ function [] = writeParameters_int(pre,bnet,nnodes,labels,cases,stdevs,means,selectvar,selectdata) %Writes a file that contains the parameters of the network after intervention. - +% +% The file is called ???parameters_ev.txt where ??? is the prefix in BNW +% for the network. +% +% writeParameters is called by Predictmultipleintervention.m %First read input file to get node labels to get node IDs. infile = strcat(pre,'continuous_input.txt'); -- cgit 1.4.1