Hello community
I have a problem...
I need to learn an RB from a dataset and dll.net doesn't have this function so I made a DLL in C ++ to be used in C #. Using my license on my computer was normally.
The problem is when I will use it on my advisor's computer to show my research, the error appears ...
Search found 32 matches
- Thu Aug 29, 2019 2:03 pm
- Forum: SMILE
- Topic: Bayes search
- Replies: 7
- Views: 27710
- Mon Jul 22, 2019 2:21 pm
- Forum: SMILE
- Topic: Inferênce C# waper
- Replies: 2
- Views: 10251
Inferênce C# waper
Good afternoon,
I'm doing inference in a RB through:
net.ReadFile("results\\dados_Garver.xdsl");
net.UpdateBeliefs();
nome_no = net.GetAllNodeIds();
string[] status;
for (int i=0; i < name_node.Length; i++)
{
status = net.GetOutcomeIds(name_node );
net.SetEvidence(name_node , status[0 ...
I'm doing inference in a RB through:
net.ReadFile("results\\dados_Garver.xdsl");
net.UpdateBeliefs();
nome_no = net.GetAllNodeIds();
string[] status;
for (int i=0; i < name_node.Length; i++)
{
status = net.GetOutcomeIds(name_node );
net.SetEvidence(name_node , status[0 ...