wolffd@0: function engine = global_joint_inf_engine(bnet) wolffd@0: % GLOBAL_JOINT_INF_ENGINE Construct the global joint distribution as a potential wolffd@0: % engine = global_joint_inf_engine(bnet) wolffd@0: % wolffd@0: % Warning: this has size exponential in the number of discrete hidden variables wolffd@0: wolffd@0: engine.jpot = []; wolffd@0: engine = class(engine, 'global_joint_inf_engine', inf_engine(bnet));