Removed debug printing
parent
ea6655beba
commit
107d293ed7
|
@ -12,9 +12,8 @@ bayesNet.push_front(gc);
|
||||||
n=tree.getNumberOfElements();
|
n=tree.getNumberOfElements();
|
||||||
for i=2:n
|
for i=2:n
|
||||||
% Getting the parents of that node
|
% Getting the parents of that node
|
||||||
i
|
parents = tree.getParents(i);
|
||||||
parents = tree.getParents(i)
|
di = tree.getNodeDepth(i);
|
||||||
di = tree.getNodeDepth(i)
|
|
||||||
% Create and link the corresponding GaussianConditionals
|
% Create and link the corresponding GaussianConditionals
|
||||||
if tree.getW == 1 || di == 2
|
if tree.getW == 1 || di == 2
|
||||||
% Creation of single-parent GaussianConditional
|
% Creation of single-parent GaussianConditional
|
||||||
|
|
Loading…
Reference in New Issue