conditional.cont(A,mu,nu,rho,phi)
conditional(A,master,nw)
conditional.disc(A,master)
cond.node(node,nw,nw.prior=jointprior(nw))
jointprior
.learn
, which calls cond.node
. The
local master is calculated and sent to conditional
which calls either
conditional.cont
or conditional.disc
depending on the
type of the node. In each case the localmaster
is used
for calculating the conditional distribution of the current node given
the remaining nodes in the local master.learn
,
localmaster