Case Files

The HUGIN Graphical User Interface supports saving and loading of case files. A case file contains a description of a single evidence scenario. Figure 1 shows a sample case file.

../../../_images/CaseFiles.png

Figure 1: A sample case file.

As indicated in Figure 1, each line of a case file contains information about the evidence for a single variable. In general, each line of a case file must obey the following syntax:

<variable name>: <value> [% <comment>]

where

<value> : \:= "<state label>" | true | false | <number> | #<state index>

The choice of syntax for <value> depends on the category and type of the variable/node. For labeled nodes <value> must be specified using the “<state label>” syntax. For Boolean nodes <value> must be either ‘true’ or ‘false’. For numbered nodes or continuous chance nodes <value> must be a number (e.g., 1, -4.2). For interval nodes <value> must be specified as #i, where i is the index of the state in question (the first state has index 0).

A case file can be generated via the “Save Case…” item of the File Menu whenever the HUGIN Graphical User Interface is in Run Mode and evidence has been entered. Similarly, in Run Mode, a case can be loaded via the “Load Case…” item. Please note that possible evidence already entered is removed when a case is loaded.