k2 learning algorithm and junction tree inference algorithm

The engine.
Post Reply
masterblaster
Posts: 4
Joined: Wed Nov 04, 2009 6:59 am

k2 learning algorithm and junction tree inference algorithm

Post by masterblaster »

How can i implement k2 learning algorithm using jsmile? There are other algorithms but no k2 learning algorithm. Is there any way i can using k2 learning algorithm using jsmile?

Similarly, the inference algorithm used is Lauritzen. but i want to use junction tree inference algorithm. Is there any way of using it?
shooltz[BayesFusion]
Site Admin
Posts: 1457
Joined: Mon Nov 26, 2007 5:51 pm

Re: k2 learning algorithm and junction tree inference algori

Post by shooltz[BayesFusion] »

masterblaster wrote:How can i implement k2 learning algorithm using jsmile? There are other algorithms but no k2 learning algorithm. Is there any way i can using k2 learning algorithm using jsmile?
K2 learning is not available in jSMILE. You'd have to implement this algorithm yourself.
Similarly, the inference algorithm used is Lauritzen. but i want to use junction tree inference algorithm. Is there any way of using it?
Lauritzen, which is the default BN inference algorithm in SMILE, is based on junction tree.
Post Reply