zackxconti / bnmetamodel_gh

Repo for bnmetamodel lib version for Lab Mouse Grasshopper plug-in.
1 stars 2 forks source link

Baynet might be redundant since we are building a junction tree #36

Open kallewesterling opened 11 months ago

kallewesterling commented 11 months ago

See BayesianNetwork.__init__:

# learn bayesian network
print 'building bayesian network ...'
baynet = discrete_mle_estimateparams2(self.skel, BNdata.binnedDict)  # using discrete_mle_estimateparams2 written as function in this file, not calling from libpgm