Search found 1424 matches

by shooltz[BayesFusion]
Wed May 21, 2008 10:54 am
Forum: SMILE
Topic: [.NET]libary for .NET compact framework
Replies: 1
Views: 4137

Re: [.NET]libary for .NET compact framework

Would you please to provide library .NET compact framework? Already having a library for .NET framework, is it hard job to convert .NET framework to .NET compact framework? I don't know - we don't have any experience with .NET CF. You're the first user asking for support on this platform. While we'...
by shooltz[BayesFusion]
Mon May 19, 2008 9:03 am
Forum: GeNIe
Topic: problems building networks based on a database
Replies: 18
Views: 20713

jam wrote:The parameter naive doing everything contrary to what we wish to undertake, and i do not understand why.
Can you post your data/learned network and explain what's the problem with the net?
by shooltz[BayesFusion]
Fri May 16, 2008 10:55 am
Forum: SMILE
Topic: Bugs with decision nodes as parents of nature nodes
Replies: 3
Views: 6231

Re: Bugs with decision nodes as parents of nature nodes

It appears that there is a bug with decision nodes as parent of nature nodes in the Smile engine. Please import the following Netica file to see the bug. The file loads OK with the following warning messages logged (despite the 'ERROR' prefix, they're just warnings): (line 13) : ERROR: 'NodeMaxNumE...
by shooltz[BayesFusion]
Fri May 16, 2008 9:56 am
Forum: GeNIe
Topic: problems building networks based on a database
Replies: 18
Views: 20713

On the oder hand, , in the help of genie appears one thing, in my software appears otherwise, I would like to know why. Additions a document The screenshot in help file shows old dialog, which had all parameters for all structure learning algorithms visible. They were just enabled/disabled dependin...
by shooltz[BayesFusion]
Fri May 16, 2008 9:38 am
Forum: SMILE
Topic: network width/height
Replies: 1
Views: 4055

Re: network width/height

Is there a way to find network boundaries (i.e. maxX and maxY)? Iterate over the nodes, retrieve the position of each node and create the union rectangle. If you're using C++, then you could use DSL_network::SimpleGraphLayout after adding the nodes at any position. This would use parent ordering to...
by shooltz[BayesFusion]
Thu May 15, 2008 7:03 pm
Forum: GeNIe
Topic: problems building networks based on a database
Replies: 18
Views: 20713

jam wrote:I want to know that other options exist apart from the background knowledge and parameter naive to build my network without the Genie randomization
What do you mean by 'parameter naive'?
by shooltz[BayesFusion]
Thu May 15, 2008 6:12 pm
Forum: GeNIe
Topic: problems building networks based on a database
Replies: 18
Views: 20713

Re: problems building networks based on a database

I'm not sure what exactly is your problem. Did you used automatic translator? If so, please ask somebody who knows English to translate for you.
by shooltz[BayesFusion]
Thu May 15, 2008 1:25 pm
Forum: GeNIe
Topic: problems building networks based on a database
Replies: 18
Views: 20713

Re: problems building networks based on a database

I have tried to build a Bayesian network from a database, apparently genie takes the data and unites them at random GeNIe certainly does not 'unite data at random'. All available data is read and used by learning algorithms. The naive algorithm doesn't allow any background knowledge, but you can sp...
by shooltz[BayesFusion]
Thu May 15, 2008 8:57 am
Forum: SMILE
Topic: Bugs with decision nodes as parents of nature nodes
Replies: 3
Views: 6231

Re: Bugs with decision nodes as parents of nature nodes

andrew_ling wrote:Please import the following Netica file to see the bug.
There's no file attached to your post.
by shooltz[BayesFusion]
Fri May 09, 2008 11:16 am
Forum: SMILE
Topic: Error -5 running EPIS
Replies: 1
Views: 3944

Re: Error -5 running EPIS

Can you perhaps elaborate on the circumstances under which this error is likely to occur? (disclaimer: not a sampling expert here) Most likely reason is that probability of the evidence you've set is very small. Did you increase the number of samples above the default value with Network.setSampleCo...
by shooltz[BayesFusion]
Wed May 07, 2008 8:12 pm
Forum: SMILE
Topic: [jSmile] DataSet.matchNetwork documentation.
Replies: 1
Views: 4116

Re: [jSmile] DataSet.matchNetwork documentation.

Generally, you'll get SMILEException when wrapped native SMILE method has finished and returned error code. In your case, passing null as network or data will most likely cause a crash. If you're getting SMILEException, you can call getMessage to get human-readable description of the problem - note ...
by shooltz[BayesFusion]
Wed May 07, 2008 10:00 am
Forum: GeNIe
Topic: minor color bug when unrolling dbns
Replies: 1
Views: 4489

Re: minor color bug when unrolling dbns

denverdash wrote:Unrolling does not preserve coloring of the nodes. bug or feature?
A bug, fixed now.
by shooltz[BayesFusion]
Mon May 05, 2008 10:15 am
Forum: SMILE
Topic: [.NET] SMILE.NET compatible with .net compact framework?
Replies: 1
Views: 4245

Re: [.NET] SMILE.NET compatible with .net compact framework?

SMILE.NET is a wrapper class used in .net framework, I think. Is it possible to use SMILE.NET in ".net compact framework"?/quote] No, because SMILE.NET contains native x86 code calling directly into Win32 API. How can I use the library in .net compact framwork (that is Windows Mobile 5.0 ...
by shooltz[BayesFusion]
Sat May 03, 2008 10:57 am
Forum: SMILE
Topic: [.NET]TypeLoadException
Replies: 5
Views: 7562

klkim wrote:The type of my project is Windows Application Program in VS2005 project template.
Can you zip the sources of your project and post it here, so I can try to reproduce the problem?
by shooltz[BayesFusion]
Fri May 02, 2008 8:54 pm
Forum: SMILE
Topic: [.NET]TypeLoadException
Replies: 5
Views: 7562

I can create console or WinForms app in VS 2005, add the reference to Smile.NET (the public binaries, compiled with VS 2003 and available on our download page) and run the program which creates Smile.Network object and calls its methods.

What's the type of your project? Is it a webforms app?