annotate toolboxes/FullBNT-1.0.7/bnt/inference/dynamic/@frontier_inf_engine/set_fwdback.m @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
rev   line source
wolffd@0 1 function engine = set_fwdback(engine, fb)
wolffd@0 2 % SET_FWDBACK Set the field 'fwdback', which contains the frontiers after propagation
wolffd@0 3 % engine = set_fwdback(engine, fb)
wolffd@0 4 %
wolffd@0 5 % This is used by frontier_fast_inf_engine/enter_evidence
wolffd@0 6 % as a workaround for Matlab's annoying privacy control
wolffd@0 7
wolffd@0 8 engine.fwdback = fb;