Search found 7 matches

by ronnie
Fri Apr 29, 2011 3:32 pm
Forum: SMILE
Topic: SMILE error -26
Replies: 2
Views: 3083

Re: SMILE error -26

Ok, that explains it. Thanks!
by ronnie
Tue Apr 26, 2011 7:40 am
Forum: SMILE
Topic: SMILE error -26
Replies: 2
Views: 3083

SMILE error -26

Hi! I get the following error message while using SMILE: " smile.SMILEException: smile.SMILEException: SMILE error -26 in function SetEvidence. Logged information: ERROR: conficting evidence beween nodes [var1] and [var2] " ('conficting' comes from the error message. I assume it should be ...
by ronnie
Tue Oct 12, 2010 12:59 pm
Forum: SMILE
Topic: Random generation of BNs
Replies: 1
Views: 2722

Random generation of BNs

Does SMILE implement a function to randomly generate Bayesian networks? Generating random BNs can be useful when evaluating some algorithm (that is relies on a BN) over a large set or various networks. Compare to the BNGenerator by Ide and Cozman: http://www.pmr.poli.usp.br/ltd/Software/BNGenerator/.
by ronnie
Wed Sep 22, 2010 2:25 pm
Forum: SMILE
Topic: How is soft evidence implemented in SMILE?
Replies: 2
Views: 4154

How is soft evidence implemented in SMILE?

In a previous post I mentioned that I have implemented a kind of "uncertain evidence" in Java on top of jsmile. One member of the forum notified me that SMILE provides a soft evidence function and asked whether they are equivalent. I tried to compare my implementation (which is based on th...
by ronnie
Wed Mar 10, 2010 10:45 pm
Forum: SMILE
Topic: clone in jSMILE?
Replies: 3
Views: 4326

@apanella

Dear apanella,

please contact me through E-mail <ronnie.johansson at his.se> so that I can send you the source code.
by ronnie
Fri Jan 22, 2010 12:01 pm
Forum: SMILE
Topic: clone in jSMILE?
Replies: 3
Views: 4326

Soft evidence and cloning implemented on top of jsmile

I have just extended the Network class in jsmile and implemented soft evidence. My class also includes a crude copier (cloner). Let me know if you want to check it out.
by ronnie
Wed Jan 20, 2010 9:24 pm
Forum: SMILE
Topic: JVM crash when calling setDescription or setNodeDescription
Replies: 0
Views: 8823

JVM crash when calling setDescription or setNodeDescription

Bug report: When I call either of the setDescription or setNodeDescription methods in a Network instance with null as argument in JSmile, the JVM crashes with the following message: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc...