Search found 3 matches

by thoriqsalafi
Fri Jun 06, 2014 2:29 am
Forum: SMILE
Topic: smile exception -43 all potential entries are zeros
Replies: 5
Views: 12617

Re: smile exception -43 all potential entries are zeros

thanks for help

i am confused because if i set the evidence like this, there is no error

net.setEvidence("Home","No");
net.setEvidence("Outdoor","Yes");
net.setEvidence("Office","No");
net.setEvidence("Dynamic","Yes");
net.setEvidence("FriendlyContact","Yes");
net.setEvidence("NumberofSMS ...
by thoriqsalafi
Thu Jun 05, 2014 8:25 am
Forum: SMILE
Topic: smile exception -43 all potential entries are zeros
Replies: 5
Views: 12617

Re: smile exception -43 all potential entries are zeros

I cant save the node and get error -2 so this is my code for the network. please help thanks

net.addNode(Network.NodeType.Cpt, "Outdoor");
net.addNode(Network.NodeType.Cpt, "Dynamic");
net.addNode(Network.NodeType.Cpt, "Office");
net.addNode(Network.NodeType.Cpt, "Home");
net.addNode(Network ...
by thoriqsalafi
Tue Jun 03, 2014 2:06 am
Forum: SMILE
Topic: smile exception -43 all potential entries are zeros
Replies: 5
Views: 12617

smile exception -43 all potential entries are zeros

Hi,

I am using jsmile for android and I think I have define all the nodes and the state as well as the connection, and seems it is working after I execute 2 or 3 times, but after 4/5 times I update to a new belief there is error like this

/AndroidRuntime(1954): Caused by: smile.SMILEException ...