Tagged Questions
2
votes
4answers
887 views
Is there a java alternative to the Bayesian Belief Network Framework “Infer.NET”?
Is the are java alternative to Bayesian Belief Network framework - Infer.NET?
Preferable if it be scalable(online learning for large datasets), well-supported(last updated since 2010) and open source ...
4
votes
1answer
461 views
General purpose algorithm for triangulating an undirected graph?
I am playing around with implementing a junction tree algorithm for belief propagation on a Bayesian Network. I'm struggling a bit with triangulating the graph so the junction trees can be formed.
I ...