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/readInputData.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sourcecodes/parameter_learning/readInputData.m') diff --git a/sourcecodes/parameter_learning/readInputData.m b/sourcecodes/parameter_learning/readInputData.m index 706e2751..f06aeaa5 100644 --- a/sourcecodes/parameter_learning/readInputData.m +++ b/sourcecodes/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'); -- cgit 1.4.1