Difference between revisions of "Genie Library"
Line 3: | Line 3: | ||
==Download== | ==Download== | ||
You can download the Genie library here: [[Media:PLACEHODLER.ana|Genie library.ana]] | You can download the Genie library here: [[Media:PLACEHODLER.ana|Genie library.ana]] | ||
+ | |||
+ | ==Requirements== | ||
+ | Analytica COM is used to interact with Genie models. To enable this functionality, users will need to do the following: | ||
+ | |||
+ | 1. Acquire a SMILE License key: | ||
+ | For more information, you can visit the BayesFusion page on licensing: | ||
+ | https://support.bayesfusion.com/docs/SMILE/licensing.html | ||
+ | |||
+ | 2. Download files for COM installation: | ||
+ | # Download the following files: | ||
+ | ## [[File:smileCOM64.dll]] or [[File:smileCOM32.dll]] (depending on x32 or x64 Analytica) | ||
+ | ### These DLL files will need to be registered (instructions below). | ||
+ | ## [[File:smileCOM.idl]] ??? | ||
+ | ### The .idl file contains the SmileNetwork and SmileLicense interface definitions supported by BayesFusion. | ||
+ | |||
+ | 3. Register the DLLs to your Windows Registry. | ||
+ | a) Open up the command prompt. | ||
+ | b) Navigate to the folder the downloaded DLL is stored. | ||
+ | c) Use the command 'regsvr32' to register your DLL file. | ||
+ | |||
==Overview== | ==Overview== | ||
Line 10: | Line 30: | ||
====Importing==== | ====Importing==== | ||
− | The import process reads the underlying XML-based format so that COM set up is not required. | + | The import process reads the underlying XML-based format so that COM set up is not required. To import a Genie model: |
− | 1. | + | 1. Ensure the Genie model(s) you wish to import are located within the same folder as your Analytica model. |
− | 2. | + | 2. Use the 'File to Read' dropdown to select the desired Genie model. |
+ | 3. Click 'Import selected model' | ||
+ | |||
+ | [[File:Genie_Import_Controls.png|frameless|125x125px]] | ||
====Communicating==== | ====Communicating==== | ||
Line 19: | Line 42: | ||
====Belief Nets==== | ====Belief Nets==== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 20:47, 13 November 2024
This library helps you import Genie files into Analytica and interact with Genie models to take advantage of features like diagnostic inference that are exclusive to Genie.
Download
You can download the Genie library here: Genie library.ana
Requirements
Analytica COM is used to interact with Genie models. To enable this functionality, users will need to do the following:
1. Acquire a SMILE License key: For more information, you can visit the BayesFusion page on licensing: https://support.bayesfusion.com/docs/SMILE/licensing.html
2. Download files for COM installation:
- Download the following files:
- File:SmileCOM64.dll or File:SmileCOM32.dll (depending on x32 or x64 Analytica)
- These DLL files will need to be registered (instructions below).
- File:SmileCOM.idl ???
- The .idl file contains the SmileNetwork and SmileLicense interface definitions supported by BayesFusion.
- File:SmileCOM64.dll or File:SmileCOM32.dll (depending on x32 or x64 Analytica)
3. Register the DLLs to your Windows Registry. a) Open up the command prompt. b) Navigate to the folder the downloaded DLL is stored. c) Use the command 'regsvr32' to register your DLL file.
Overview
The library is capable of importing and communicating with Genie models.
Importing
The import process reads the underlying XML-based format so that COM set up is not required. To import a Genie model:
1. Ensure the Genie model(s) you wish to import are located within the same folder as your Analytica model. 2. Use the 'File to Read' dropdown to select the desired Genie model. 3. Click 'Import selected model'
Communicating
To communicate with a Genie model, you must set up COM interactions (see the Requirements section above).
Enable comment auto-refresher