// ~->[DNET-1]->~ // File created by someone at MonashUniv using Netica 2.06 on May 13, 2002 at 22:16:51. bnet alarm { autoupdate = TRUE; whenchanged = 1021292201; visual V1 { defdispform = BELIEFBARS; nodelabeling = TITLE; NodeMaxNumEntries = 50; nodefont = font {shape= "Arial"; size= 10;}; linkfont = font {shape= "Arial"; size= 9;}; windowposn = (-74, 22, 568, 370); 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; chance = CHANCE; states = (true, false); parents = (); probs = // true false (0.01, 0.99); title = "Burglary"; whenchanged = 1021289045; belief = (0.01, 0.99); visual V1 { center = (384, 42); height = 4; }; }; node Alarm { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (true, false); parents = (Burglary); probs = // true false // Burglary ((0.94, 0.06), // true (0.001, 0.999)); // false ; title = "Alarm"; whenchanged = 1021289143; belief = (0.01039, 0.98961); visual V1 { center = (384, 150); height = 1; }; }; node Watson { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (true, false); parents = (Alarm); probs = // true false // Alarm ((0.7, 0.3), // true (0.1, 0.9)); // false ; title = "Watson Calls"; whenchanged = 1021292198; belief = (0.106234, 0.893766); visual V1 { center = (558, 270); height = 3; }; }; node Kids { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (true, false); parents = (Alarm); probs = // true false // Alarm ((0.9, 0.1), // true (0.05, 0.95)); // false ; title = "Baker Street Irregulars"; whenchanged = 1021292201; belief = (0.0588315, 0.941168); visual V1 { center = (258, 270); height = 2; }; }; ElimOrder = (Burglary, Watson, Alarm, Kids); };