The code looks ok, but don't you want to use a dynamic Bayesian network? Or will the evidence be fixed once it's observed?
I do indeed want the evidence to change. Dynamic Bayesian Network it is. Do you have any code that does that kind of things? So, each time an evidence is set, the node's ...
Search found 8 matches
- Tue Oct 21, 2008 10:45 am
- Forum: SMILE
- Topic: Machine learning.
- Replies: 3
- Views: 7853
Machine learning.
I am looking to update the probability of a node given evidence gathered in real time (or as close to real time as I can get). Am I right in thinking that something akin to the following will work:
cout << "Before p = " << prob << endl; // Generic probability before learning.
for (int i=0; i<max ...
cout << "Before p = " << prob << endl; // Generic probability before learning.
for (int i=0; i<max ...
- Fri Sep 19, 2008 1:20 pm
- Forum: SMILE
- Topic: ICPC linking problem on linux
- Replies: 11
- Views: 20680
- Fri Sep 19, 2008 7:57 am
- Forum: SMILE
- Topic: ICPC linking problem on linux
- Replies: 11
- Views: 20680
- Thu Sep 18, 2008 3:00 pm
- Forum: SMILE
- Topic: ICPC linking problem on linux
- Replies: 11
- Views: 20680
- Thu Sep 18, 2008 10:42 am
- Forum: SMILE
- Topic: ICPC linking problem on linux
- Replies: 11
- Views: 20680
- Thu Sep 18, 2008 7:35 am
- Forum: SMILE
- Topic: ICPC linking problem on linux
- Replies: 11
- Views: 20680
Re: ICPC linking problem on linux
Anyone has any ideas?
It looks like missing reference to iostreams. You can try adding libstdc++ to the list of libraries your project is using.
Already doing that:
icpc -o dices -I/usr/local/include/boost-1_36 -lboost_filesystem-il-mt-1_36 -lm -llog4cxx -lstdc++ -pthread ./singleton_log4cxx.o ...
It looks like missing reference to iostreams. You can try adding libstdc++ to the list of libraries your project is using.
Already doing that:
icpc -o dices -I/usr/local/include/boost-1_36 -lboost_filesystem-il-mt-1_36 -lm -llog4cxx -lstdc++ -pthread ./singleton_log4cxx.o ...
- Wed Sep 17, 2008 3:56 pm
- Forum: SMILE
- Topic: ICPC linking problem on linux
- Replies: 11
- Views: 20680
ICPC linking problem on linux
I am getting this error which I cannot solve.
Anyone has any ideas?
icpc -I/usr/local/include/boost-1_36 -lboost_filesystem-il-mt-1_36 -I/usr/local/include/smile -MM ./singleton_log4cxx.cpp ./dice.cpp > buildfiles.d
icpc -I/usr/local/include/smile -ansi -w1 -O3 -ipo -no-prec-div -xP -ip -unroll ...
Anyone has any ideas?
icpc -I/usr/local/include/boost-1_36 -lboost_filesystem-il-mt-1_36 -I/usr/local/include/smile -MM ./singleton_log4cxx.cpp ./dice.cpp > buildfiles.d
icpc -I/usr/local/include/smile -ansi -w1 -O3 -ipo -no-prec-div -xP -ip -unroll ...