Search found 4 matches

by khijuni
Mon May 02, 2011 4:46 pm
Forum: SMILE
Topic: Any limit of UpdateBelief()
Replies: 1
Views: 2489

Any limit of UpdateBelief()

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 ...
by khijuni
Thu Feb 24, 2011 6:17 am
Forum: SMILE
Topic: Soft Evidence Implementation
Replies: 2
Views: 3800

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 *)(f...
by khijuni
Tue Feb 22, 2011 6:02 pm
Forum: SMILE
Topic: Soft Evidence Implementation
Replies: 2
Views: 3800

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 ...
by khijuni
Thu Feb 17, 2011 7:05 pm
Forum: SMILE
Topic: Saving Evidences
Replies: 0
Views: 15832

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