
Search found 51 matches
Re: CiToCPT()
Ok, fortunately the problem IS related to the wrapper itself (actually both .NET and Java). I can fix this if you like but for more details please consult Adam. 

Re: CiToCPT()
It's quite likely that your application doesn't have 512 megabytes address space available in one chunk, even if physical memory is there. That sounds like a serious problem. :/ I don't fell like complaining but it would be great if SMILE optimized internal CPT storage of Noisy-ORs. I guess that th...
CiToCPT()
Hi again, I'd love to delve into static_cast<DSL_ciDefinition *>(nodeDef)->CiToCpt() because this method throws an interop expection/freezes when I use SMILE in my .NET project. This happens only when a Noisy-MAX node has a big number of parents (say >= 25). I know that SMILE is not open source but ...
- Tue Oct 05, 2010 10:03 am
- Forum: SMILE
- Topic: Compiling smileNet with VS 8.0
- Replies: 0
- Views: 35541
Compiling smileNet with VS 8.0
Hello, I've had some difficulties compiling Smile .NET wrapper with Visual Studio 8.0. I wanted to get a wrapper with a debug DLL but I kept getting some weird linker errors. To fix this you have to remove /ZI option in SmileNET (Project Settings / C/C++ / Command Line). I guess it's related to port...
- Fri Aug 06, 2010 8:08 am
- Forum: SMILE
- Topic: Multiple parents - performance issue
- Replies: 3
- Views: 4980
- Thu Aug 05, 2010 8:48 am
- Forum: SMILE
- Topic: Multiple parents - performance issue
- Replies: 3
- Views: 4980
Multiple parents - performance issue
Hello, I am quite new to GeNIe and I have to admit that I love it. :) Nonetheless, I was developing a diagnostic network when I came across a serious problem (probably related to my lack of knowledge on BN not GeNIE itself). In my model some Noisy-OR 2-outcome symptom nodes have a big number of pare...