But, probably you can give me the conditions implemented in the code under which the error message occur. Am I right?
The condition is not expressed as explicit function of node/outcome/arc count. If you're running default BN inference (clustering) from within Cooper's algorithm, then error you ...
Search found 1474 matches
- Tue Apr 01, 2008 2:08 pm
- Forum: GeNIe
- Topic: Error when running Cooper's algorithm
- Replies: 8
- Views: 22165
- Fri Mar 28, 2008 4:39 pm
- Forum: GeNIe
- Topic: Error when running Cooper's algorithm
- Replies: 8
- Views: 22165
- Fri Mar 28, 2008 3:29 pm
- Forum: GeNIe
- Topic: Error when running Cooper's algorithm
- Replies: 8
- Views: 22165
Re: Error when running Cooper's algorithm
The most likely reason is the complexity of the network. The ID influence algorithm converts ID to BN, then performs BN inference. If resulting BN network is very complex, then it may not be possible to successully perform BN inference.
- Fri Mar 21, 2008 5:23 pm
- Forum: GeNIe
- Topic: Very long training Time with smaller network
- Replies: 39
- Views: 92392
Oh, thats sad. But when I am using smile.net and running this on Windows using the x64 Version of DotNet then this smile.net version should also running in 64 bit mode and so I should be able to use the bigger memory?
Smile.net is just thin wrapper over Win32 version of SMILE. The only benefit of ...
Smile.net is just thin wrapper over Win32 version of SMILE. The only benefit of ...
- Fri Mar 21, 2008 3:56 pm
- Forum: GeNIe
- Topic: Very long training Time with smaller network
- Replies: 39
- Views: 92392
- Tue Mar 18, 2008 8:31 pm
- Forum: GeNIe
- Topic: Very long training Time with smaller network
- Replies: 39
- Views: 92392
- Tue Mar 18, 2008 8:26 pm
- Forum: SMILE
- Topic: ReadFile and WriteFile retvals
- Replies: 2
- Views: 9474
Re: ReadFile and WriteFile retvals
What are the return values of ReadFile and WriteFile?
This entry has some basic information on error handling:
http://genie.sis.pitt.edu/wiki/Application_Programmers_Manual:_Error_Handling
DSL_OKAY is #defined to zero, so it seems that WriteFile does the job. Are you sure your filename isn't ...
This entry has some basic information on error handling:
http://genie.sis.pitt.edu/wiki/Application_Programmers_Manual:_Error_Handling
DSL_OKAY is #defined to zero, so it seems that WriteFile does the job. Are you sure your filename isn't ...
- Tue Mar 18, 2008 4:45 pm
- Forum: GeNIe
- Topic: Very long training Time with smaller network
- Replies: 39
- Views: 92392
- Tue Mar 18, 2008 4:22 pm
- Forum: GeNIe
- Topic: Very long training Time with smaller network
- Replies: 39
- Views: 92392
- Mon Mar 17, 2008 11:27 am
- Forum: SMILE
- Topic: smile.net in Excel (VBA)
- Replies: 3
- Views: 11132
- Mon Mar 17, 2008 11:20 am
- Forum: SMILE
- Topic: Doubt using SMILE
- Replies: 6
- Views: 14977
GetFirstNode and GetNextNode will do the trick. Read more at:
http://genie.sis.pitt.edu/wiki/Referenc ... SL_network
http://genie.sis.pitt.edu/wiki/Referenc ... SL_network
- Fri Mar 14, 2008 12:29 pm
- Forum: SMILE
- Topic: Doubt using SMILE
- Replies: 6
- Views: 14977
- Wed Mar 12, 2008 1:17 pm
- Forum: SMILE
- Topic: Doubt using SMILE
- Replies: 6
- Views: 14977
Re: Doubt using SMILE
First you need to decide if you're going to use native C++ or one of .Net languages.
- Tue Mar 04, 2008 9:43 pm
- Forum: SMILE
- Topic: jsmile on linux
- Replies: 2
- Views: 9168
Re: jsmile on linux
On the other hand, if you just want to use (and not build) jSMILE, you can try downloading the Linux binaries. I'm not sure if your Red Hat system can use the .so included in the package, but at least give it a try.
- Tue Mar 04, 2008 6:48 pm
- Forum: SMILE
- Topic: jsmile on linux
- Replies: 2
- Views: 9168
Re: jsmile on linux
The jSMILE sources contain *nix build scripts, but we don't support gcc 2.96 (there's no core C++ SMILE for that platform).