Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nicolaj

Pages: [1]
1
Network Repository / Accidents OOBN Example (Koller&Pfeffer97)
« on: May 21, 2015, 10:48:48  »
The file Accident_cc.oobn is an Example based on:

Daphne Koller and Avi Pfeffer
Object-Oriented Bayesian Networks, In
Proceedings of the Thirteenth Annual Conference
 on Uncertainty in Artificial Intelligence (UAI-97),
pages 302-313,
Providence, Rhode Island, August 1-3, 1997

You need to be logged in to download the file.

2
Network Repository / Hugin's OOBN Tutorial
« on: May 21, 2015, 10:38:00  »
The Disease example is part of the OOBN Tutorial at Hugin's website.

Link to the OOBN Tutorial: http://www.hugin.com/technology/tutorials/oobn

The files are attached below (remember to log-in).
disease.oobn must be edited according to the tutorial before diseases.oobn can be opened.

3
FAQ / Re: Propagation of inconsistent evidence has been attempted
« on: March 11, 2014, 12:10:43  »
Hi Frans

It is a good question. Without having access to your model nor your data I can only give you a qualified guess.

What could have caused the error in your model is that somehow the learning algorithm encounters cases that are impossible according to the probabilities in the model.

Did you manually change the probabilities in the model prior to running the EM learner?
If so, that may be what causes your problems. For instance, in your model you may have A --> B and some state in A which has prior probability 0 or a state in B which has conditional probability 0 given some state in A.

I have been playing around with the EM-Learner and that was the only way I could generate the error message.

Please let us know if this could be a likely explanation.

have a good day!
Nicolaj

4
Java / Re: Java API with Scala / SBT
« on: March 04, 2014, 16:31:44  »
If that was not clear from the above, "the dll" file would be the one you find in ...\Hugin Expert\Hugin Dist 7.8\HDE7.8J\Bin

Regards
Nicolaj

5
Java / Re: Java API with Scala / SBT
« on: March 04, 2014, 16:22:39  »
Hi mbedward.

In eclipse you must add the dll file to the library path. Otherwise the java runtime environment will not be able to combine the JBC with the binary code.

In your eclipse project select Run As... -> Run Configurations -> Arguments and add the following in the field labeled "VM Arguments":
-Djava.library.path=Whereeveryourdllfileislocated

I hope this helps.

Regards
Nicolaj

Pages: [1]