about summary refs log tree commit diff
path: root/BNW_parameter_learning/readInputData.m
diff options
context:
space:
mode:
authorziejd22018-04-25 16:43:19 -0500
committerziejd22018-04-25 16:43:19 -0500
commit74b673ba4a706085201a5610b938ff98f08f641d (patch)
treecb39006ea1a39499e00dbbb0e0097087a4567031 /BNW_parameter_learning/readInputData.m
parenta781cb1ff2e7ae6de0f686bd02cd279261485b1e (diff)
downloadBNW-74b673ba4a706085201a5610b938ff98f08f641d.tar.gz
Bug fixes, code comments, and minor changes
Diffstat (limited to 'BNW_parameter_learning/readInputData.m')
-rw-r--r--BNW_parameter_learning/readInputData.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/BNW_parameter_learning/readInputData.m b/BNW_parameter_learning/readInputData.m
index 2df158f9..d92ec015 100644
--- a/BNW_parameter_learning/readInputData.m
+++ b/BNW_parameter_learning/readInputData.m
@@ -26,6 +26,10 @@ function  [ labels , node_sizes, cases, data] = readInputData( dfile , nnodes )
     %     cases = cell array with the data.  The cases array is transposed

     %       in comparison with the input data to agree with the format of

     %       cell data used in BNT.

+    %

+    % readInputData is called by readInput.m

+

+

 

 %  open file for input, include error handling

 fin = fopen(dfile,'r');