SetEvidence vs InstantiateObservation

The engine.
Post Reply
orzech
Posts: 51
Joined: Wed Aug 04, 2010 11:40 pm

SetEvidence vs InstantiateObservation

Post by orzech »

Hello,
I've got a little question - is there any difference beetwen calling Network::SetEvidence() and DiagNetwork::InstantiateObservation()?

Thanks in advance
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: SetEvidence vs InstantiateObservation

Post by shooltz[BayesFusion] »

orzech wrote:Hello,
I've got a little question - is there any difference beetwen calling Network::SetEvidence() and DiagNetwork::InstantiateObservation()?
Yes, InstantiateObservation calls SetEvidence on the encapsulated network and updates the internal state of DiagNetwork.
orzech
Posts: 51
Joined: Wed Aug 04, 2010 11:40 pm

Re: SetEvidence vs InstantiateObservation

Post by orzech »

Ok that's what I've suspected :) Thanks a lot!
Post Reply