Search found 3 matches

by YL
Thu Nov 11, 2010 11:47 pm
Forum: SMILE
Topic: How to reading the beliefs from a DBN
Replies: 1
Views: 5465

How to reading the beliefs from a DBN

Hi, all

After I followed steps list under http://rome.exp.sis.pitt.edu/forum/viewtopic.php?f=2&t=223#p906, I am trying to obtain probability values of a node.

I have read a document, which shows a API like
theDBN.GetNode(rain)->TemporalValue()->GetTemporalValue(rbeliefs , 7);

However, I cant ...
by YL
Mon Aug 23, 2010 10:42 pm
Forum: SMILE
Topic: SmileNet and .Net Compact Framework
Replies: 2
Views: 5419

Thanks for the reply. I will play with P/Invoke.
by YL
Sun Aug 22, 2010 10:59 pm
Forum: SMILE
Topic: SmileNet and .Net Compact Framework
Replies: 2
Views: 5419

SmileNet and .Net Compact Framework

Hi, all

I am new to GeNIe and SMILE engine. However, I'd like to ask a question related with the topic.

Currently, I am trying to develop a C# program for WM6, and part of that program will work with DBN. As I know, SMILE is written in C++, and SmileNet is a wrapper for C#.

One thing I am not ...