about summary refs log tree commit diff
path: root/BNW_parameter_learning/readInput.m
diff options
context:
space:
mode:
authorziejd22018-03-14 23:19:16 -0500
committerziejd22018-03-14 23:19:16 -0500
commitc80226899f5cdd9f11c163817d59445213f5bef0 (patch)
treee0fd79d2e32fd2aedda2eadaed0f19af3514c520 /BNW_parameter_learning/readInput.m
parent324ebc8ddacab8e154047b8518afd5cbb5bb2fa4 (diff)
downloadBNW-c80226899f5cdd9f11c163817d59445213f5bef0.tar.gz
Separating Octave and php calculations
Diffstat (limited to 'BNW_parameter_learning/readInput.m')
-rw-r--r--BNW_parameter_learning/readInput.m9
1 files changed, 1 insertions, 8 deletions
diff --git a/BNW_parameter_learning/readInput.m b/BNW_parameter_learning/readInput.m
index c2c16331..2be0af29 100644
--- a/BNW_parameter_learning/readInput.m
+++ b/BNW_parameter_learning/readInput.m
@@ -25,19 +25,12 @@ end
 [labelsold,node_sizes,cases, data] = readInputData(dfile,nnodes);

 

 

-

-

 % read in the file with the structure

 [dag] = readInputStructure(sfile,labelsold);

 

 

 % check the ordering of the nodes and reorder if necessary

 [labels,cases,dag,node_sizes,ord_flag] = checkStructure(labelsold,cases,dag,node_sizes);

-%draw_graph(dag,labels);

-%if ord_flag == 1

-%    fprintf(['Order of nodes was changed to agree with topological order\n'])

-%end

-%fprintf(['The structure of the network should be correctly displayed in a figure\n'])

 

 dcount = 0;

 for i = 1:nnodes

@@ -67,4 +60,4 @@ end
         

 

 end

-%  end of readInput.m
\ No newline at end of file
+%  end of readInput.m