Search found 3 matches

by alpineda
Tue Apr 16, 2013 6:14 pm
Forum: SMILE
Topic: different results for Genie and Smile
Replies: 23
Views: 44464

Re: different results for Genie and Smile

Oh! you're right! Actually I had to re-update the beliefs in my network to get the right values!
Thank you so much! :P
by alpineda
Tue Apr 16, 2013 5:43 pm
Forum: SMILE
Topic: different results for Genie and Smile
Replies: 23
Views: 44464

Re: different results for Genie and Smile

Hi,

With the attached model, I tried the case described below and GeNIe outputs a slightly different result than SMILE:


//Evidence being set for Case 1
net.setEvidence("C0013404", "F");
net.setEvidence("C0015967", "F");
net.setEvidence("C0085593", "F");
net.setEvidence("C0235592", "F");
net ...
by alpineda
Tue Apr 16, 2013 4:02 pm
Forum: SMILE
Topic: different results for Genie and Smile
Replies: 23
Views: 44464

Re: different results for Genie and Smile

Hi!

I have a naïve structure, then I set some evidence and when I update the beliefs I get different results for the target in Genie and Smile.
I am using jSMILE on Mac OSX. All my nodes are binary (T,F). Here is the code I am using:


import smile.Network;

public void runner() {
// [1] Read ...