Search found 1417 matches

by shooltz[BayesFusion]
Thu Apr 02, 2009 8:10 pm
Forum: GeNIe
Topic: About data structure of learned network
Replies: 1
Views: 3457

Re: About data structure of learned network

However, is there any way that I can extract the data structure of the adjacent matrix of that learned network? (I mean in addition to see the network topology, can I find the data structure (adjacent matrix or adjacent table) stored somewhere, i.e., some directory?) No, there's no such data on dis...
by shooltz[BayesFusion]
Mon Mar 30, 2009 8:36 pm
Forum: GeNIe
Topic: Equation Node Documentation?
Replies: 14
Views: 19079

Re: Also interested in equation node documentation

Per Närman wrote:Do you have any idea when its documentation will be released?
No idea, but I'll be glad to answer any questions here.
by shooltz[BayesFusion]
Sat Mar 28, 2009 11:55 am
Forum: SMILE
Topic: Mac OS X x86_64 smile binary
Replies: 7
Views: 9775

Re: Mac OS X x86_64 smile binary

Is there a plan to release a x86_64 binary for Mac OS X? We don't have the capability to produce x64 binary for OSX. We're building SMILE for this platform on virtualized Darwin 8.0; its compiler can only emit PPC or 32-bit x86. If anybody can provide us with Darwin VM with 64-bit capable gcc, we c...
by shooltz[BayesFusion]
Mon Mar 23, 2009 6:46 pm
Forum: SMILE
Topic: Error EnableXdslFormat()
Replies: 1
Views: 3391

Re: Error EnableXdslFormat()

The function you're trying to call is obsolete - it was removed when we merged SmileXML into core SMILE. Delete the call and you should be OK.
by shooltz[BayesFusion]
Tue Mar 17, 2009 7:54 pm
Forum: SMILE
Topic: how to set fixed node?
Replies: 2
Views: 4081

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_learnPr...
by shooltz[BayesFusion]
Wed Mar 11, 2009 4:56 pm
Forum: SMILE
Topic: .NET - Visual Studio 2008 (C#)
Replies: 7
Views: 9170

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: 9170

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: 5510

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: 9170

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.Forms.d...
by shooltz[BayesFusion]
Tue Mar 10, 2009 2:55 pm
Forum: GeNIe
Topic: Query regarding support for Netica BN format
Replies: 3
Views: 6208

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: 25248

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: 11022

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: 25248

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...
by shooltz[BayesFusion]
Thu Dec 18, 2008 10:01 am
Forum: GeNIe
Topic: Value of Information
Replies: 7
Views: 9306

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: 9306

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