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 ...
Search found 1473 matches
- Tue Mar 17, 2009 7:54 pm
- Forum: SMILE
- Topic: how to set fixed node?
- Replies: 2
- Views: 6624
- Wed Mar 11, 2009 4:56 pm
- Forum: SMILE
- Topic: .NET - Visual Studio 2008 (C#)
- Replies: 7
- Views: 14549
- Wed Mar 11, 2009 2:28 pm
- Forum: SMILE
- Topic: .NET - Visual Studio 2008 (C#)
- Replies: 7
- Views: 14549
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.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.
- Tue Mar 10, 2009 8:04 pm
- Forum: GeNIe
- Topic: Validation Tools Within Genie
- Replies: 3
- Views: 8484
Re: Validation Tools Within Genie
There's no way of automating it in GeNIe. However, this can be implemented easily with SMILE, jSMILE or Smile.NET.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.
- 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 ...
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 ...
- Tue Mar 10, 2009 2:55 pm
- Forum: GeNIe
- Topic: Query regarding support for Netica BN format
- Replies: 3
- Views: 17281
- 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
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?etf wrote:Didn't work... any other ideas?
- Mon Dec 22, 2008 12:36 pm
- Forum: SMILE
- Topic: JVM crash using jsmile
- Replies: 7
- Views: 18404
- 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 ...
The script sets the LD_LIBRARY_PATH to ensure that JVM can find the native code library. This may not work on Mac ...
- Thu Dec 18, 2008 10:01 am
- Forum: GeNIe
- Topic: Value of Information
- Replies: 7
- Views: 20378
- 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 ...
- 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 ...
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 ...
- Mon Nov 24, 2008 7:22 pm
- Forum: SMILE
- Topic: bug in smilearn?
- Replies: 3
- Views: 8550
Re: bug in smilearn?
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.alamy wrote:Btw, I'm still using VC8. I wish the new version you are going to release will still support VC8.
- 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 ...
Publicly available GeNIe binaries are indeed compiled with -DNDEBUG ...
Re: .oobn
GeNIe doesn't support .oobn files.