Search found 1417 matches

by shooltz[BayesFusion]
Sat Sep 13, 2008 5:16 pm
Forum: SMILE
Topic: SMILE in Matlab
Replies: 7
Views: 8215

Re: SMILE in Matlab

SMILE (the core C++ library) is distributed as static lib. Matlab needs the dynamic library, and the only DLLs we provide are smilenet.dll - the .NET wrapper and jsmile.dll - the native part of Java wrapper. Both of these DLLs are not compatible with Matlab. What you need is your own .dll linked sta...
by shooltz[BayesFusion]
Fri Sep 12, 2008 10:45 am
Forum: SMILE
Topic: SMILE in Matlab
Replies: 7
Views: 8215

Re: SMILE in Matlab

frito wrote:Matlab gives the opportunity to import java classes or DLLs into Matlab but I failed in my attempts
The DLLs that Matlab can import must contain C-style functions to avoid name mangling. Can you post the .h file with prototypes of functions exported from your .DLL?
by shooltz[BayesFusion]
Fri Sep 12, 2008 10:39 am
Forum: SMILE
Topic: Using SmileNet in Excel
Replies: 9
Views: 12630

Re: Using SMILE in Excel

I would like to use SMILE in Excel. I have read in this post that one must use the ActiveX control (SMILEX). Is it yet possible to use Smile.NET in conjunction with Excel? If so, I am not quite sure how to get started. Can anyone please give me some direction? This may be good starting point if you...
by shooltz[BayesFusion]
Wed Aug 27, 2008 9:02 am
Forum: SMILE
Topic: Performance and Scalability of SMILE
Replies: 17
Views: 19904

Re: Performance and Scalability of SMILE

Do you mean that if I wanted to give different evidence to the same network (because 2 different users are using the same network to assess different scenarios) I will not be able to do it concurrently because it will update the same object? Yes, this is correct. Also, if I wanted to do it, would I...
by shooltz[BayesFusion]
Tue Aug 26, 2008 8:36 am
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 25249

Re: libjsmile.so compilation error on OS X

[quote="sgwbutcher]g++ -O3 -DNDEBUG -feliminate-unused-debug-symbols -dynamiclib -o libjsmile.jnilib ../*.cpp -I$JINC -I../cppsmile -L../cppsmile -lsmilearn -lsmile[/quote]

Ok, so it seems that -dynamiclib replaces -shared on OSX.
by shooltz[BayesFusion]
Mon Aug 25, 2008 4:24 pm
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 25249

Re: libjsmile.so compilation error on OS X

From what I can glean off the web, this error is due to there not being a "main" method...but there shouldn't be, should there? Is there an option on the g++ command I'm missing? I would have thought that "-shared" would have taken care of that. Yes, the 'main' function is the e...
by shooltz[BayesFusion]
Mon Aug 25, 2008 8:58 am
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 25249

Re: libjsmile.so compilation error on OS X

What version of gcc was used to compile the OS X binaries? We're using gcc 4.0.0 build 4061 on Darwin virtualized under VMware. To fix the compilation errors you may try to do the following: Change line 133 in file smile_learning_Dataset.cpp to this: ds->At(variable, record).i = value Change line 1...
by shooltz[BayesFusion]
Mon Aug 25, 2008 8:43 am
Forum: SMILE
Topic: File size
Replies: 1
Views: 4402

Re: File size

I am a new SMILE/GeNIe user and am currently building a bayesian network and quickly reached my "Memory Full" capacity as I try to add arcs to the network. I am using a PC with 4 GB RAM so I was surprised to max out so quickly. It's very easy to create a model which is impossible to solve...
by shooltz[BayesFusion]
Mon Aug 18, 2008 9:43 am
Forum: GeNIe
Topic: Sensitivity Definition
Replies: 2
Views: 4848

Re: Sensitivity Definition

The screenshot in the docs shows the 'General' page of node properties with diagnostic extensions enabled. In such case it's possible to add/remove outcomes using 'General' page. To enable diagnostic extensions (not really needed for tutorial 12), select 'Enable Diagnosis' from the 'Network' menu. Y...
by shooltz[BayesFusion]
Mon Aug 11, 2008 10:42 am
Forum: GeNIe
Topic: Graphics Software
Replies: 2
Views: 5187

Re: Graphics Software

You told me Java does not work for BN's. I told you that browser-based (HTML + JavaScript, not Java) approach will not work as complete solution for BNs, because visualization is just a part of the problem - such website would have to include inference code to be really usable. For nontrivial model...
by shooltz[BayesFusion]
Wed Aug 06, 2008 2:10 pm
Forum: GeNIe
Topic: Can't Add Text to Text Box
Replies: 10
Views: 18610

Re: Skins

I changed the skin to default Windows XP and shut down and restarted Genie. I'm running out of ideas. The routine which draws contents of textboxes is the one used for node captions. Can you see the contents of the textbox in the 'Preview' pane in textbox proprty sheet? Are you sure the your skinni...
by shooltz[BayesFusion]
Tue Aug 05, 2008 7:41 pm
Forum: GeNIe
Topic: Can't Add Text to Text Box
Replies: 10
Views: 18610

Re: Screen Capture Attached

SteveM wrote:Here you go Matt.
I'm not Matt :)

Anyway, are you using any 3rd party skinning product for Windows, or the screenshot was made in Linux with Wine providing the emulation layer for GeNIe?
by shooltz[BayesFusion]
Tue Aug 05, 2008 7:04 pm
Forum: GeNIe
Topic: Can't Add Text to Text Box
Replies: 10
Views: 18610

Re: Cryptic

Can you post the screenshot containing GeNIe window after applying the format from textbox 1 to textbox 2 (when both are in 'inaccessible mode')?
by shooltz[BayesFusion]
Tue Aug 05, 2008 6:24 pm
Forum: GeNIe
Topic: Can't Add Text to Text Box
Replies: 10
Views: 18610

Re: Still Can't Figure it Out

Thanks for the reply. But I still can't figure it out. I scanned through the Example models and well as the Clemons models I downloaded earlier hoping to find a text box already inserted. But no luck. All models in 'Examples' subdirectory contain textboxes, usually formatted as blue Arial Bold 10pt...
by shooltz[BayesFusion]
Tue Aug 05, 2008 4:49 pm
Forum: GeNIe
Topic: Can't Add Text to Text Box
Replies: 10
Views: 18610

Re: Can't Add Text to Text Box

Any ideas? The only thing I can think of is that for some reason you have the text color equal to background color. Can you change it from the format toolbar, then create new textbox? You can also try different fonts/font sizes. P.S. Any thoughts of adding an HTML Export function? You're the first ...