The HUGIN API

The HUGIN API (application program interface) is a library that allows a programmer to use Bayesian belief networks (with both discrete and continuous variables) and influence diagrams in his own application.

The HUGIN API is used as most other libraries: the application program invokes HUGIN API functions whenever it wants to have belief network operations performed (the HUGIN API doesn't take control of the application as a typical graphical user interface library would do).

The HUGIN API is currently available as a C library and as an ActiveX server.

Here is a short list of the most important functions/facilities provided by the HUGIN API:

You can download the HUGIN API reference manual from http://www.hugin.dk/documentation.
Back