Search found 3 matches

by panawths
Fri Oct 25, 2013 6:44 pm
Forum: SMILE
Topic: Soft - Virtual Evidence Jsmile
Replies: 2
Views: 3614

Re: Soft - Virtual Evidence Jsmile

thanks a lot sir!
by panawths
Mon Oct 21, 2013 2:02 pm
Forum: SMILE
Topic: Soft - Virtual Evidence Jsmile
Replies: 2
Views: 3614

Soft - Virtual Evidence Jsmile

Hello everyone, i have one simple question about the following code try{ Network net = new Network(); net.readFile("C:\\SMALL_NETWORK_2.xdsl"); net.setEvidence("C26", "POSITIVE"); net.updateBeliefs(); net.getNode("ICU_ADMISSION"); int outcomeIndex; String[] aS...
by panawths
Tue Sep 24, 2013 1:40 pm
Forum: SMILE
Topic: How to create a graphical interface with smile
Replies: 1
Views: 2564

How to create a graphical interface with smile

Hello everyone, I want to create a simple windows form application with visual studio. This application will have a simple button and the code of the button will be writen based on the smile library. In a few words i want to create a button and when i click it an inference code about a bayessian net...