// ~->[DNET-1]->~ // File created by someone at MonashUniv using Netica 2.06 on Apr 16, 2004 at 10:19:42. bnet alarm3 { autoupdate = TRUE; whenchanged = 1082074780; 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; belief = (0.01, 0.99); visual V1 { center = (384, 42); height = 2; }; }; node TurnOff { kind = DECISION; discrete = TRUE; states = (true, false); parents = (); functable = true; title = "Turn Alarm Off?"; whenchanged = 1082074780; belief = (0, 1); visual V1 { center = (168, 150); height = 4; }; }; node Alarm { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (true, false); parents = (Burglary, TurnOff); probs = // true false // Burglary TurnOff (((0, 1), // true true (0.94, 0.06)), // true false ((0, 1), // false true (0.001, 0.999))); // false false ; title = "Alarm"; whenchanged = 1082074743; belief = (0.005195, 0.994805); 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; belief = (0.0544157, 0.945584); visual V1 { center = (384, 276); height = 3; }; }; ElimOrder = (Kids, Burglary, Alarm, TurnOff); };