Search found 3 matches

by windtalker
Mon Apr 28, 2008 5:49 pm
Forum: SMILE
Topic: DBN example for SMILE
Replies: 5
Views: 14466

as experiment proceeds, questions proceed....

1. after SetTemporalProbabilities, SetTemporalEvidence, UpdateBeliefs all performed successfully, how can i get final belief of inferred node (even for each time slice)?

what's the difference between
DSL_Dmatrix* DSL_nodeValue::GetMatrix()
DSL_Dmatrix ...
by windtalker
Mon Apr 28, 2008 4:19 pm
Forum: SMILE
Topic: DBN example for SMILE
Replies: 5
Views: 14466

hi shooltz,
that really prompt reply is (!!!) which encourage me continuing with another one and half hour debugging before i can further discuss sth meaningful and now problem solved! great thanks!

yes u quite right it is a naive mistake in test.xdsl where the identifier of "Success" mysteriously ...
by windtalker
Mon Apr 28, 2008 2:10 pm
Forum: SMILE
Topic: DBN example for SMILE
Replies: 5
Views: 14466

DBN example for SMILE

hi,
i try to create a simple DBN using SMILE, but fail to set temporal probs. The main difficulty for now is seems cant retrieve the proper temporal node and to call SetTemporalProbabilities.

The example code looks somewhat like this:
DSL_network theNet;
theNet.ReadFile("test.xdsl");
int success ...