Search found 4 matches

by tamuzem
Wed Jul 22, 2009 7:10 am
Forum: SMILE
Topic: write and read functions in jSMILE
Replies: 6
Views: 11594

Thank you very much, it was a very stupid error...
by tamuzem
Tue Jul 21, 2009 2:04 pm
Forum: SMILE
Topic: write and read functions in jSMILE
Replies: 6
Views: 11594

Ok, thank you
by tamuzem
Tue Jul 21, 2009 1:36 pm
Forum: SMILE
Topic: write and read functions in jSMILE
Replies: 6
Views: 11594

I join you my code, I have simplify that I have done because it would be to complex.

You will see that when you execute the class Mytree.java you will have the result 0.396

And if you execute the same code in uncomment the two lines
//toto.Tree.writeFile("graph.xdsl");
//toto.Tree.readFile("graph ...
by tamuzem
Tue Jul 21, 2009 7:45 am
Forum: SMILE
Topic: write and read functions in jSMILE
Replies: 6
Views: 11594

write and read functions in jSMILE

I have noticed that after to have create a network net, when I want to update the beliefs, if I put just this line:

net.updateBeliefs();

or if I put these three lines:

net.writeFile("graph.xdsl");
net.readFile("graph.xdsl");
net.updateBeliefs();

I don't have the same results.

It is the results ...