Search found 1423 matches

by shooltz[BayesFusion]
Fri Feb 15, 2008 4:40 pm
Forum: SMILE
Topic: Generating the joint density distribution by using smile
Replies: 1
Views: 4824

Re: Generating the joint density distribution by using smile

Dear all Genie provides a case generator which facilitates to obtain the joint density distribution of different random variables. Can this case generator also be used in smile and in particular in smileX? Is there any method available? This functionality is only available in GeNIe (it's not implem...
by shooltz[BayesFusion]
Tue Feb 12, 2008 3:11 pm
Forum: SMILE
Topic: JVM crash using jsmile
Replies: 7
Views: 11058

Re: JVM crash using jsmile

[quote="Mohsin Beg"]The details of the jvm log are attached. Any suggestions of what may be causing this ? Well, the log doesn't provide much details really. My simple test program runs annealedMap without problems. Can you reproduce the problem in simple singlethreaded console application?
by shooltz[BayesFusion]
Wed Feb 06, 2008 11:17 pm
Forum: SMILE
Topic: setting evidence and binary nodes
Replies: 2
Views: 5690

Re: setting evidence and binary nodes

SetEvidence will fail in this case (check the return code), because the prior probability for selected outcome is zero.

You may try to redirect SMILE's diagnostic stream to console with the following call:

ErrorH.RedirectToFile(stdout);

before calling SetEvidence.
by shooltz[BayesFusion]
Wed Feb 06, 2008 11:11 am
Forum: GeNIe
Topic: Colors in Bar View
Replies: 1
Views: 4744

Re: Colors in Bar View

hocksman wrote:Is there a way to select colors for each bar in a chance node? I had recent problem with Red, Yellow and Green options for which it would have been nice to have a Red vice Blue bar.
No, there's no such feature.
by shooltz[BayesFusion]
Mon Jan 28, 2008 11:40 am
Forum: SMILE
Topic: DSL_textParser was not declared in htis scope
Replies: 6
Views: 9993

DSL_dataset::ReadFile seems to fail on files with variable states which include an underscore. Is there another delimiter I can use? I can't reproduce the problem. I assume you have the variable state like "abc_123", which causes ReadFile to return false. Maybe you're comparing the result...
by shooltz[BayesFusion]
Fri Jan 25, 2008 10:49 am
Forum: GeNIe
Topic: The functional architecture
Replies: 3
Views: 6938

belahmew wrote:The architectural model that identifies the software functions, interactions and corresponding users needs.
Sorry, we don't have such model.
by shooltz[BayesFusion]
Thu Jan 24, 2008 6:17 pm
Forum: GeNIe
Topic: The functional architecture
Replies: 3
Views: 6938

Re: The functional architecture

Define "functional architecture".
by shooltz[BayesFusion]
Tue Jan 22, 2008 5:49 pm
Forum: GeNIe
Topic: Genie Open Source ??
Replies: 7
Views: 10813

In this context, "structure only" means that numeric parameters in this model have default values (CPTs are normalized, utility nodes have zero utilitites and ALUs contain 1.0 weights).
by shooltz[BayesFusion]
Tue Jan 22, 2008 2:53 pm
Forum: GeNIe
Topic: Genie Open Source ??
Replies: 7
Views: 10813

Be more specific, please.
by shooltz[BayesFusion]
Tue Jan 22, 2008 2:51 pm
Forum: SMILE
Topic: Using SmileNet in Excel
Replies: 9
Views: 12667

The refreshed SmileX is online. Good luck!
by shooltz[BayesFusion]
Tue Jan 22, 2008 12:33 pm
Forum: SMILE
Topic: Using SmileNet in Excel
Replies: 9
Views: 12667

I think this is exactly our problem... I can add the smileNet.dll as a ressource to the project, but I'm not able to create a Smile.Network object. I was able to reproduce the problem, but I'm not sure if I'll be able to solve it within reasonable timeframe. What about Plan B: using SmileX - the pl...
by shooltz[BayesFusion]
Tue Jan 22, 2008 12:29 pm
Forum: GeNIe
Topic: Genie Open Source ??
Replies: 7
Views: 10813

belahmew wrote:I'm looking for some examples of bayesian networks made by GeNIe, not those examples furnished with the software or those of GeNIe Help, but something with more explanations... like a tutoria
You may try to browse our network repository:

http://genie.sis.pitt.edu/networks.html
by shooltz[BayesFusion]
Tue Jan 22, 2008 11:15 am
Forum: GeNIe
Topic: Genie Open Source ??
Replies: 7
Views: 10813

Re: Genie Open Source ??

GeNIe is not open source.
by shooltz[BayesFusion]
Mon Jan 21, 2008 12:23 pm
Forum: SMILE
Topic: Using SmileNet in Excel
Replies: 9
Views: 12667

Re: Using SmileNet in Excel

Are you able to instantiate Smile.Network object in your VBA project?
by shooltz[BayesFusion]
Thu Jan 17, 2008 9:09 pm
Forum: SMILE
Topic: Real-time Decision Making
Replies: 4
Views: 8260

Suppose I had a BN of 30 nodes, say 20 of which are constantly being updated.... Can't really tell without seeing the network (or, in fact, running the inference in tight loop :) The number of nodes is not the deciding factor in itself when it comes to performance. By '20 nodes being updated' above...