jSMILE diagnosis

The engine.
Post Reply
djr45
Posts: 4
Joined: Tue Aug 26, 2008 5:44 pm

jSMILE diagnosis

Post by djr45 »

Hi,
I've been dabbling all day trying to implement a a diagnosis in jSMILE. That is, get a list of all "targets," set them all to be faultStates, and then pursue them (see what observations are selected).

Am I wrong when I say that there's a difference in capability between SMILE and jSMILE? jSMILE documentation (as well as testApp.java) does not contain the same functions described in SMILE.
Could anyone provide an example how to do something like that? I do not see a way to set pursued faults, for example.

Thanks for your help,
Dan
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: jSMILE diagnosis

Post by shooltz[BayesFusion] »

djr45 wrote:Am I wrong when I say that there's a difference in capability between SMILE and jSMILE? jSMILE documentation (as well as testApp.java) does not contain the same functions described in SMILE.
There's no diffference in the capability, but the public APIs differ. jSMILE returns the complete diagnosis results in DiagResults object, while SMILE stores them in DIAG_Network.
I do not see a way to set pursued faults, for example.
Did you check this Wiki page?
http://genie.sis.pitt.edu/wiki/DiagNetwork
Post Reply