// ~->[DNET-1]->~ // File created by an unlicensed user using Netica 1.12 // on Oct 27, 2006 at 18:26:08. bnet simple_cancer2 { whenchanged = 1161935287; visual V1 { defdispform = LABELBOX; nodelabeling = TITLE; nodefont = font {shape= "Arial"; size= 10;}; linkfont = font {shape= "Arial"; size= 9;}; windowposn = (56, 56, 1168, 775); resolution = 72; drawingbounds = (1088, 720); showpagebreaks = FALSE; usegrid = TRUE; gridspace = (6, 6); PrinterSetting A { margins = (1270, 1270, 1270, 1270); landscape = FALSE; magnify = 1; }; }; node Pollution { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (low, high); parents = (); probs = // low high (0.9, 0.1); numcases = 1; whenchanged = 1064539740; visual V1 { center = (288, 180); height = 4; }; }; node Gene { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (True, False); parents = (); probs = // True False (0.5, 0.5); numcases = 1; whenchanged = 1161935255; visual V1 { center = (372, 126); height = 3; }; }; node Smoker { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (True, False); parents = (Gene); probs = // True False // Gene ((0.4, 0.6), // True (0.2, 0.8)); // False ; numcases = 1; comment = "\n\n\n\n"; whenchanged = 1161935265; visual V1 { center = (444, 180); height = 2; }; }; node Cancer { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (True, False); parents = (Pollution, Smoker, Gene); probs = // True False // Pollution Smoker Gene ((((0.05, 0.95), // low True True (0.02, 0.98)), // low True False ((0.02, 0.98), // low False True (5e-4, 0.9995))), // low False False (((0.08, 0.92), // high True True (0.03, 0.97)), // high True False ((0.04, 0.96), // high False True (0.01, 0.99)))); // high False False ; numcases = 1; whenchanged = 1161935287; visual V1 { center = (372, 240); height = 1; }; }; node Xray { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (positive, negative); parents = (Cancer); probs = // positive negative // Cancer ((0.9, 0.1), // True (0.2, 0.8)); // False ; numcases = 1; whenchanged = 1064539651; visual V1 { center = (288, 294); height = 5; }; }; node Dyspnoea { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (True, False); parents = (Cancer); probs = // True False // Cancer ((0.65, 0.35), // True (0.3, 0.7)); // False ; numcases = 1; whenchanged = 1064539700; visual V1 { center = (456, 294); height = 6; }; }; ElimOrder = (Xray, Dyspnoea, Pollution, Gene, Smoker, Cancer); };