Search found 1473 matches

by shooltz[BayesFusion]
Tue Mar 17, 2009 7:54 pm
Forum: SMILE
Topic: how to set fixed node?
Replies: 2
Views: 6624

Re: how to set fixed node?

The fixedNodes parameter of DSL_em::Learn is what you're looking for. The vector elements are handles of nodes which should remain fixed.

int Learn(const DSL_dataset& ds, DSL_network& orig, const std::vector<DSL_datasetMatch> &matches, const std::vector<int> &fixedNodes , DSL_learnProgress ...
by shooltz[BayesFusion]
Wed Mar 11, 2009 4:56 pm
Forum: SMILE
Topic: .NET - Visual Studio 2008 (C#)
Replies: 7
Views: 14549

jeffs wrote:I'm at a loss as to what might be causing the crash.
I'm also running out of ideas. Can you search for all occurences of smilenet.dll on your harddrive, delete them and re-download the file?
by shooltz[BayesFusion]
Wed Mar 11, 2009 2:28 pm
Forum: SMILE
Topic: .NET - Visual Studio 2008 (C#)
Replies: 7
Views: 14549

jeffs wrote:What version of the .NET framework and VisualStudio did you try this with? I am building on Vista64, VS2008 SP1. and .NET 3.5.
I've tested with VS2008 SP1 with .NET 2.0 and 3.5 on Vista 32-bit, using the Smile.NET binaries available at our website. Smilenet.dll file size should be 1,265,664 bytes.
by shooltz[BayesFusion]
Tue Mar 10, 2009 8:04 pm
Forum: GeNIe
Topic: Validation Tools Within Genie
Replies: 3
Views: 8484

Re: Validation Tools Within Genie

jeffs wrote:Please let me know if there is some simply way to load a data set with an existing network and output the decision.
There's no way of automating it in GeNIe. However, this can be implemented easily with SMILE, jSMILE or Smile.NET.
by shooltz[BayesFusion]
Tue Mar 10, 2009 8:03 pm
Forum: SMILE
Topic: .NET - Visual Studio 2008 (C#)
Replies: 7
Views: 14549

Re: .NET - Visual Studio 2008 (C#)

Has anyone used the .NET wrapper for Smile with C#?

Yes, we test SmileNet with C#.

If so, what about with VS 2008 and .NET Framework 3.5 SP1?

I've just made simple Winforms app with VS 2008 and .NET 3.5 (no SP1, however), it works just fine. Note that your exception occurs in System.Windows ...
by shooltz[BayesFusion]
Tue Mar 10, 2009 2:55 pm
Forum: GeNIe
Topic: Query regarding support for Netica BN format
Replies: 3
Views: 17281

annn wrote:Here is the example Netica BN that caused problems.
There's no attachment - make sure you click 'Add attachment' button after you selected the file with 'Browse...'.
by shooltz[BayesFusion]
Mon Dec 22, 2008 7:53 pm
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 48672

Re: Compile but won't link at runtime

etf wrote:Didn't work... any other ideas?
The exception info you've posted contains the complete path to jnilib (/Users/xxx.../libjsmile.jnilib). By any chance, did you modify argument of the System.loadLibary call in Wrapper.java before building jSMILE?
by shooltz[BayesFusion]
Mon Dec 22, 2008 12:36 pm
Forum: SMILE
Topic: JVM crash using jsmile
Replies: 7
Views: 18404

Can you post the network which causes the AnnealedMap crash?
by shooltz[BayesFusion]
Mon Dec 22, 2008 12:35 pm
Forum: SMILE
Topic: libjsmile.so compilation error on OS X
Replies: 22
Views: 48672

Re: Compile but won't link at runtime

I managed to compile SMILE on MacOS using the instructions above - however I cannot bind with the jnilib at runtime. On the running the "verify" script I get the following exception.

The script sets the LD_LIBRARY_PATH to ensure that JVM can find the native code library. This may not work on Mac ...
by shooltz[BayesFusion]
Thu Dec 18, 2008 10:01 am
Forum: GeNIe
Topic: Value of Information
Replies: 7
Views: 20378

andersrm wrote:The one remaining is: does GeNIe compute VOI for nonlinear utility/value functions?
Yes.
by shooltz[BayesFusion]
Wed Dec 17, 2008 8:54 pm
Forum: GeNIe
Topic: Value of Information
Replies: 7
Views: 20378

Re: Value of Information

I can't really answer your question - I don't have the theoretical background on VOI calculation. Unfortunately, the person who could help won't be available until the end of the month. However, I examined the internals of our VOI code. The output is calculated in the following way, using the copy ...
by shooltz[BayesFusion]
Mon Dec 15, 2008 7:08 pm
Forum: GeNIe
Topic: genie feature:saving stuff
Replies: 2
Views: 8455

Re: genie feature:saving stuff

Save node Evidence/control (load those for an open graph)

You can do something like that using Case Manager. If you have the evidence information in text file or ODBC-accessible database, you can also use 'Copy cases' option from 'Data' menu when data spreadsheet view is active.

Export Strength ...
by shooltz[BayesFusion]
Mon Nov 24, 2008 7:22 pm
Forum: SMILE
Topic: bug in smilearn?
Replies: 3
Views: 8550

Re: bug in smilearn?

alamy wrote:Btw, I'm still using VC8. I wish the new version you are going to release will still support VC8.
We'll release SMILE for all supported platforms. This includes VC6.0, VC7.1, VC8.0, VC9.0 and a number of builds for *nix-like systems compiled with gcc.
by shooltz[BayesFusion]
Mon Nov 24, 2008 10:18 am
Forum: SMILE
Topic: bug in smilearn?
Replies: 3
Views: 8550

Re: bug in smilearn?

I can't reproduce the problem with most recent SMILE sources. We made changes to the EM implementation, so it's possible that problem you've encountered is already fixed. We'll be releasing new builds of GeNIe and SMILE this week.

Publicly available GeNIe binaries are indeed compiled with -DNDEBUG ...
by shooltz[BayesFusion]
Mon Nov 17, 2008 11:37 am
Forum: GeNIe
Topic: .oobn
Replies: 1
Views: 6300

Re: .oobn

GeNIe doesn't support .oobn files.