// ~->[DNET-1]->~ // File created by someone at MonashUniv using Netica 2.06 on Apr 16, 2004 at 10:20:00. bnet alarm2 { autoupdate = TRUE; whenchanged = 1082074017; visual V1 { defdispform = BELIEFBARS; nodelabeling = TITLE; NodeMaxNumEntries = 50; nodefont = font {shape= "Arial"; size= 10;}; linkfont = font {shape= "Arial"; size= 9;}; windowposn = (44, 44, 796, 502); resolution = 72; drawingbounds = (1046, 769); showpagebreaks = FALSE; usegrid = TRUE; gridspace = (6, 6); PrinterSetting A { margins = (1270, 1270, 1270, 1270); landscape = FALSE; magnify = 1; }; }; node Burglary { kind = NATURE; discrete = TRUE; states = (true, false); parents = (); probs = // true false (0.01, 0.99); title = "Burglary"; whenchanged = 1082074317; visual V1 { center = (384, 42); height = 2; }; }; node Alarm { kind = NATURE; discrete = TRUE; states = (true, false); parents = (Burglary); probs = // true false // Burglary ((0.94, 0.06), // true (0.001, 0.999)); // false ; title = "Alarm"; whenchanged = 1082074299; visual V1 { center = (384, 150); height = 1; }; }; node Kids { kind = NATURE; discrete = TRUE; states = (true, false); parents = (Alarm); probs = // true false // Alarm ((0.9, 0.1), // true (0.05, 0.95)); // false ; title = "Baker Street Irregulars"; whenchanged = 1082074285; visual V1 { center = (384, 276); height = 3; }; }; ElimOrder = (Burglary, Alarm, Kids); };