diff options
Diffstat (limited to 'BNW_parameter_learning/writeParameters_int.m')
| -rw-r--r-- | BNW_parameter_learning/writeParameters_int.m | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BNW_parameter_learning/writeParameters_int.m b/BNW_parameter_learning/writeParameters_int.m index ed92d593..69dcbb93 100644 --- a/BNW_parameter_learning/writeParameters_int.m +++ b/BNW_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'); |
