Search found 4 matches
- Wed Jul 22, 2009 7:10 am
- Forum: SMILE
- Topic: write and read functions in jSMILE
- Replies: 6
- Views: 11594
- Tue Jul 21, 2009 2:04 pm
- Forum: SMILE
- Topic: write and read functions in jSMILE
- Replies: 6
- Views: 11594
- Tue Jul 21, 2009 1:36 pm
- Forum: SMILE
- Topic: write and read functions in jSMILE
- Replies: 6
- Views: 11594
- 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 ...
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 ...