Search found 2 matches

by asvnphanindra
Wed Jul 04, 2018 8:45 am
Forum: SMILE
Topic: update probability values for an independent node created in genie
Replies: 3
Views: 10209

Re: update probability values for an independent node created in genie

If you change the evidence, you should call Network.UpdateBeliefs to recalculate the probabilities.

Dear Shooltz,

Many thanks for your reply. I would like to update the evidence along with the probabilities. Please consider the below example
let us say I have a testNetwork with node name weather ...
by asvnphanindra
Wed Jul 04, 2018 8:18 am
Forum: SMILE
Topic: update probability values for an independent node created in genie
Replies: 3
Views: 10209

update probability values for an independent node created in genie

Hi,

I am new to working with smile and genie.

I have created a simple graphical model in genie with 4 nodes and each node has a defined set of outcomes with some probability values. Now I have imported this model to the .net framework using the smile.dll library. I would like to set evidence ...