Search found 4 matches

by masterblaster
Thu Feb 11, 2010 12:00 pm
Forum: SMILE
Topic: different vlaues of inference
Replies: 2
Views: 6701

I think i found out the problem.

For example, if the node "ack" has two state 0 and 1 and for values not specified state "no1". The genie was quite intelligent to figure out that the node ack has states only 0 and 1 so there was state 0 and 1 only when learning structure from genie. But while ...
by masterblaster
Sun Feb 07, 2010 12:21 pm
Forum: SMILE
Topic: different vlaues of inference
Replies: 2
Views: 6701

different vlaues of inference

I have two networks which i have attached here. The first naive.xdsl is learnt from dataset using jsmile and myfile.xdsl is learnt from dataset using genie front end engine. Why the two networks are different even though they are learnt from a same dataset. The difference is that the four nodes are ...
by masterblaster
Tue Feb 02, 2010 2:40 pm
Forum: SMILE
Topic: reading .csv extension file while learning
Replies: 1
Views: 5229

reading .csv extension file while learning

Does jsmile api support .csv file while learing structure from dataset. The front end engine genie reads .csv file but does jsmile support this file extension? Is there any way to learn from .csv file from jsmile api?
by masterblaster
Wed Nov 04, 2009 7:06 am
Forum: SMILE
Topic: k2 learning algorithm and junction tree inference algorithm
Replies: 1
Views: 5711

k2 learning algorithm and junction tree inference algorithm

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 ...