// ~->[DNET-1]->~ // File created by an unlicensed user using Netica 1.12 // on Sep 26, 2003 at 12:08:15. bnet earthquake { whenchanged = 1064542064; visual V3 { defdispform = LABELBOX; nodelabeling = TITLE; nodefont = font {shape= "Arial"; size= 10;}; linkfont = font {shape= "Arial"; size= 9;}; windowposn = (146, 112, 723, 583); resolution = 72; drawingbounds = (1080, 720); 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); whenchanged = 1064539852; belief = (0.01, 0.99); visual V3 { center = (174, 114); dispform = BELIEFBARS; height = 1; }; }; node Earthquake { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (True, False); parents = (); probs = // True False (0.02, 0.98); numcases = 1; whenchanged = 1064377690; belief = (0.02, 0.98); visual V3 { center = (372, 114); dispform = BELIEFBARS; height = 2; }; }; node Alarm { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (True, False); parents = (Burglary, Earthquake); probs = // True False // Burglary Earthquake (((0.95, 0.05), // True True (0.94, 0.06)), // True False ((0.29, 0.71), // False True (0.001, 0.999))); // False False ; numcases = 1; whenchanged = 1064377721; belief = (0.0161142, 0.983886); visual V3 { center = (270, 204); dispform = BELIEFBARS; height = 4; link 1 { path = ((203, 142), (241, 177)); }; link 2 { path = ((342, 142), (301, 177)); }; }; }; node JohnCalls { 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 ; whenchanged = 1064377738; belief = (0.0636971, 0.936303); visual V3 { center = (180, 300); dispform = BELIEFBARS; height = 3; }; }; node MaryCalls { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (True, False); parents = (Alarm); probs = // True False // Alarm ((0.7, 0.3), // True (0.01, 0.99)); // False ; numcases = 1; whenchanged = 1064377751; belief = (0.0211188, 0.978881); visual V3 { center = (372, 306); dispform = BELIEFBARS; height = 5; }; }; ElimOrder = (JohnCalls, MaryCalls, Burglary, Earthquake, Alarm); };