Search found 51 matches

by orzech
Thu Oct 07, 2010 9:15 am
Forum: SMILE
Topic: CiToCPT()
Replies: 3
Views: 3417

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. :)
by orzech
Tue Oct 05, 2010 12:55 pm
Forum: SMILE
Topic: CiToCPT()
Replies: 3
Views: 3417

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...
by orzech
Tue Oct 05, 2010 10:27 am
Forum: SMILE
Topic: CiToCPT()
Replies: 3
Views: 3417

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 ...
by orzech
Tue Oct 05, 2010 10:03 am
Forum: SMILE
Topic: Compiling smileNet with VS 8.0
Replies: 0
Views: 16988

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...
by orzech
Fri Aug 06, 2010 8:08 am
Forum: SMILE
Topic: Multiple parents - performance issue
Replies: 3
Views: 3232

Hi,

I cannot say how thankful I am. :) I guess that's *exactly* what I've been looking for. May I send you an e-mail if I find problems with the decomposition? In that case we could use are native language. ;)

Pozdrawiam
by orzech
Thu Aug 05, 2010 8:48 am
Forum: SMILE
Topic: Multiple parents - performance issue
Replies: 3
Views: 3232

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...