Hi,
First of all, I really appreciate all supports from you. I successfully made a model which has about 93,000 nodes and 130,000 arcs with SMILE C++ API for my thesis. But I had a problem to use UpdateBelief() function. SMLIE API seems to open the large model that I made successfully, but it fails ...
Search found 4 matches
- Mon May 02, 2011 4:46 pm
- Forum: SMILE
- Topic: Any limit of UpdateBelief()
- Replies: 1
- Views: 4232
- Thu Feb 24, 2011 6:17 am
- Forum: SMILE
- Topic: Soft Evidence Implementation
- Replies: 2
- Views: 6693
Re: Soft Evidence Implementation
Thanks for your reply.
I have finished the coding and share with others, as I got great help from you ^^.
string facility_soft_evidence;
int credibility_update;
DSL_node *pNode;
DSL_nodeValue *pNodeValue;
facility_soft_evidence = "node_name" ;
credibility_update= theNet.FindNode((char ...
I have finished the coding and share with others, as I got great help from you ^^.
string facility_soft_evidence;
int credibility_update;
DSL_node *pNode;
DSL_nodeValue *pNodeValue;
facility_soft_evidence = "node_name" ;
credibility_update= theNet.FindNode((char ...
- Tue Feb 22, 2011 6:02 pm
- Forum: SMILE
- Topic: Soft Evidence Implementation
- Replies: 2
- Views: 6693
Soft Evidence Implementation
Hi, all!
First of all, I really appreciate all the efforts that SMILE & Genie related personnel made. It is really wonderful BNs framework.
I currently use SMILE for building my web application. But I got stuck with a problem. On genie, I found a soft evidence functionality and want to apply it to ...
First of all, I really appreciate all the efforts that SMILE & Genie related personnel made. It is really wonderful BNs framework.
I currently use SMILE for building my web application. But I got stuck with a problem. On genie, I found a soft evidence functionality and want to apply it to ...
- Thu Feb 17, 2011 7:05 pm
- Forum: SMILE
- Topic: Saving Evidences
- Replies: 0
- Views: 39252
Saving Evidences
I got an reply from SMILE personnels about my question through email, but I post my question and their answer to share with others
Question:
I plan to build an web application where user can input evidences on the credibility model based on BN. Therefore, all evidences may not can be collected at ...
Question:
I plan to build an web application where user can input evidences on the credibility model based on BN. Therefore, all evidences may not can be collected at ...