The recommended conversion worked.
NB to potential victims: My colleague generated the Hugin files on Windows platform.
I have verified the values reading of the utility nodes, that also works.
Thanks for your timely support.
Search found 7 matches
- Fri Mar 14, 2014 11:00 pm
- Forum: SMILE
- Topic: Reading Hugin Influence Diagram (.net) files
- Replies: 12
- Views: 19863
- Fri Mar 14, 2014 8:39 pm
- Forum: SMILE
- Topic: Reading Hugin Influence Diagram (.net) files
- Replies: 12
- Views: 19863
Re: Reading Hugin Influence Diagram (.net) files
Please, see below for the error message when I run foobar("T4.net").
-126: ERROR: Line 1 : UNKNOWN CHARACTER
- Fri Mar 14, 2014 6:14 pm
- Forum: SMILE
- Topic: Reading Hugin Influence Diagram (.net) files
- Replies: 12
- Views: 19863
Re: Reading Hugin Influence Diagram (.net) files
Hi,
Thanks for the quick response.
I tested the new API with the following snippet:
Note: the file read was the previous file posted.
if(strstr(filename,".xdsl")){
if(theDBN.ReadFile(filename,DSL_XDSL_FORMAT)!= DSL_OKAY) {
cout <<"Failed to read file "<<endl;
return;
}
}
else if(strstr ...
Thanks for the quick response.
I tested the new API with the following snippet:
Note: the file read was the previous file posted.
if(strstr(filename,".xdsl")){
if(theDBN.ReadFile(filename,DSL_XDSL_FORMAT)!= DSL_OKAY) {
cout <<"Failed to read file "<<endl;
return;
}
}
else if(strstr ...
- Thu Mar 13, 2014 11:35 pm
- Forum: SMILE
- Topic: Reading Hugin Influence Diagram (.net) files
- Replies: 12
- Views: 19863
Re: Reading Hugin Influence Diagram (.net) files
C++ SMILE.
Thanks!
Thanks!
- Thu Mar 13, 2014 5:12 pm
- Forum: SMILE
- Topic: Reading Hugin Influence Diagram (.net) files
- Replies: 12
- Views: 19863
Re: Reading Hugin Influence Diagram (.net) files
Red Hat Enterprise Linux Workstation (6.5)
I develop on both 32 and 64 bits machines.
I highly appreciate your help, and what you do.
Thanks!
I develop on both 32 and 64 bits machines.
I highly appreciate your help, and what you do.
Thanks!
- Tue Mar 11, 2014 9:33 pm
- Forum: SMILE
- Topic: Reading Hugin Influence Diagram (.net) files
- Replies: 12
- Views: 19863
Re: Reading Hugin Influence Diagram (.net) files
Please, find the file posted below.
Thanks for your reply.
net
{
node_size = (80 40);
HR_Monitor_Utility_Arrange = "0";
HR_Monitor_Chance_Utility = "1";
HR_Compile_SaveToMemory = "0";
HR_Desc = "";
HR_OOBN_CheckConsistency = "1";
HR_OOBN_FitExpand = "1";
HR_Zoom_ZoomFactor = "100";
HR ...
Thanks for your reply.
net
{
node_size = (80 40);
HR_Monitor_Utility_Arrange = "0";
HR_Monitor_Chance_Utility = "1";
HR_Compile_SaveToMemory = "0";
HR_Desc = "";
HR_OOBN_CheckConsistency = "1";
HR_OOBN_FitExpand = "1";
HR_Zoom_ZoomFactor = "100";
HR ...
- Mon Mar 10, 2014 3:45 pm
- Forum: SMILE
- Topic: Reading Hugin Influence Diagram (.net) files
- Replies: 12
- Views: 19863
Reading Hugin Influence Diagram (.net) files
Hi,
The API reads Hugin .net influence diagram files incorrectly. Specifically, the value/utility nodes lose their values; all the values are ones.
Please, could you help with this?
The API reads Hugin .net influence diagram files incorrectly. Specifically, the value/utility nodes lose their values; all the values are ones.
Please, could you help with this?