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?
k2 learning algorithm and junction tree inference algorithm
-
- Posts: 4
- Joined: Wed Nov 04, 2009 6:59 am
-
- Site Admin
- Posts: 1457
- Joined: Mon Nov 26, 2007 5:51 pm
Re: k2 learning algorithm and junction tree inference algori
K2 learning is not available in jSMILE. You'd have to implement this algorithm yourself.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?
Lauritzen, which is the default BN inference algorithm in SMILE, is based on junction tree.Similarly, the inference algorithm used is Lauritzen. but i want to use junction tree inference algorithm. Is there any way of using it?