Search found 1422 matches

by shooltz[BayesFusion]
Fri Jul 29, 2022 2:51 pm
Forum: GeNIe
Topic: CPTS Query
Replies: 1
Views: 3139

Re: CPTS Query

AHP is a completely different technique that some people compare to multi-attribute utility functions. I don’t believe there is any straightforward way to combine AHP with probabilities. Hence no straightforward combination with Bayesian networks.
I hope this helps.
by shooltz[BayesFusion]
Wed Jul 20, 2022 10:36 pm
Forum: SMILE
Topic: Get State
Replies: 1
Views: 3763

Re: Get State

See Tutorial3 in SMILE Wrappers Manual. The manual is available as HTML or PDF at https://support.bayesfusion.com/docs.
by shooltz[BayesFusion]
Wed Jul 13, 2022 12:22 pm
Forum: SMILE
Topic: SMILE 2.0 released. Binaries for M-series Macs available, interval-based nodes and metalog distribution supported now.
Replies: 5
Views: 9582

SMILE 2.0 released. Binaries for M-series Macs available, interval-based nodes and metalog distribution supported now.

SMILE 2.0 is now available at https://download.bayesfusion.com . This version of the library supports metalog distributions and discrete nodes based on intervals or point values. SMILE fully supports Macs based on M series (Apple Silicon) ARM CPUs. The C++, Python and Java libraries are available as...
by shooltz[BayesFusion]
Fri Jul 08, 2022 3:50 pm
Forum: GeNIe
Topic: exporting output of influence diagram
Replies: 2
Views: 3475

Re: exporting output of influence diagram

You can open the Value page in node properties, and copy the utilities from there. The numbers are copied in the text format, which can be pasted into any text editor or spreadsheet. If you want to run over multiple sets of evidence/decisions, and get utilities for each case written to a file, it ca...
by shooltz[BayesFusion]
Tue Jul 05, 2022 9:23 pm
Forum: GeNIe
Topic: About learning parameters
Replies: 5
Views: 4062

Re: About learning parameters

The PC algorithm produces a 'pattern', which may include cycles and/or undirected or bidirected arcs. If your pattern is a DAG, you can proceed to EM by clicking on the 'Learn parameters' button in the PC patter editor.
by shooltz[BayesFusion]
Tue Jul 05, 2022 9:21 pm
Forum: GeNIe
Topic: Will the network structure be too complex to perform parameter learning?
Replies: 1
Views: 3243

Re: Will the network structure be too complex to perform parameter learning?

I suspect one or more nodes are based on a data column(s) with very large number of distinct values. If your data file has a unique identifier column, do not include it.
by shooltz[BayesFusion]
Mon Jul 04, 2022 11:33 am
Forum: GeNIe
Topic: About learning parameters
Replies: 5
Views: 4062

Re: About learning parameters

I used the new data for parameter learning, I completed the Match Network and Date steps, but the Learn Parameters with EM step did not appear? The EM options window should appear after you complete network/data matching. Did you get any error/crash message? The yellow exclamation mark icons appear...
by shooltz[BayesFusion]
Mon Jun 27, 2022 6:31 pm
Forum: GeNIe
Topic: GeNIe 4.0
Replies: 0
Views: 14913

GeNIe 4.0

GeNIe 4.0 is now available at https://download.bayesfusion.com. Most important new features are: discrete nodes with outcomes based on numeric intervals or point values metalog distribution, including interactive metalog builder tool geospatial processing added, Esri ASCII raster grids supported new...
by shooltz[BayesFusion]
Tue May 24, 2022 9:59 pm
Forum: SMILE
Topic: update cpt of a node regularly
Replies: 1
Views: 4069

Re: update cpt of a node regularly

To modify node's CPT, you should call set_node_definition. Refer to Tutorial 1 in SMILE Wrappers Manual - the tutorial program initializes the CPT with probabilities hardcoded into the Python source. In your case, you'll need to create an array from the CSV file, then call set_node_definition.
by shooltz[BayesFusion]
Fri Apr 15, 2022 3:51 pm
Forum: GeNIe
Topic: explain the tornado diagram
Replies: 1
Views: 2471

Re: explain the tornado diagram

most sensitivity parameter for "L = good" is "I = L | D = L". That means this paramter will make the posterior probability of "L = good" change from 0.303756 to 0.314423. The output probability range from 0.303756 to 0.314423 is calculated for parameter spread=10% (the...
by shooltz[BayesFusion]
Wed Apr 13, 2022 2:32 pm
Forum: SMILE
Topic: DLL load failed in python
Replies: 3
Views: 5437

Re: DLL load failed in python

The most likely cause for this error message would be 32-bit Python environment and 64-bit pysmile.pyd module.
by shooltz[BayesFusion]
Fri Apr 08, 2022 4:57 pm
Forum: GeNIe
Topic: node is not consistent
Replies: 4
Views: 2714

Re: node is not consistent

You can ignore the issue. Your model is closer to the perfect sum=1.0 distribution that our default epsilon.

Before we release new version, you can consider using the 'Complement' command in the columns with warnings to get perfect 1.0 total.
by shooltz[BayesFusion]
Wed Apr 06, 2022 12:57 pm
Forum: GeNIe
Topic: node is not consistent
Replies: 4
Views: 2714

Re: node is not consistent

We tracked down this problem to GeNIe's algorithm for epsilon selection. If a column in the CPT has a very small non-zero probability (like 2e-25 in your example), it will be used for comparison of the total probabilities in the column with 1.0. The default epsilon is on the order of 1e-6. This algo...
by shooltz[BayesFusion]
Thu Mar 31, 2022 9:43 pm
Forum: GeNIe
Topic: node is not consistent
Replies: 4
Views: 2714

Re: node is not consistent

I can't reproduce the problem. I have typed the numbers in your screenshots and got no warning icon with the 2e-25 value. Can you send me your xdsl file (use a forum private message if model contains confidential information). BTW: you can hover the mouse cursor over the warning icon sign and the pr...
by shooltz[BayesFusion]
Mon Mar 14, 2022 11:25 pm
Forum: GeNIe
Topic: problem with unrolling DBN
Replies: 4
Views: 2397

Re: problem with unrolling DBN

Unfortunately, GeNIe does not support equation nodes in DBNs.