// ~->[DNET-1]->~ // File created by someone at MonashUniv using Netica 2.17 on Apr 11, 2003 at 16:37:57. bnet MissingCarBNc { autoupdate = TRUE; whenchanged = 1050043073; visual V1 { defdispform = BELIEFBARS; nodelabeling = TITLE; NodeMaxNumEntries = 50; nodefont = font {shape= "Arial"; size= 10;}; linkfont = font {shape= "Arial"; size= 9;}; windowposn = (44, 44, 668, 371); resolution = 72; drawingbounds = (1080, 720); showpagebreaks = FALSE; usegrid = TRUE; gridspace = (6, 6); PrinterSetting A { margins = (1270, 1270, 1270, 1270); landscape = FALSE; magnify = 1; }; }; node CarStatus { kind = NATURE; discrete = TRUE; states = (Home, Stolen, Borrowed); parents = (); probs = // Home Stolen Borrowed (0.8565, 5e-4, 0.143); numcases = 1; whenchanged = 1048394417; belief = (0.8565, 5e-4, 0.143); visual V1 { center = (294, 54); height = 4; }; }; node ForcedEntry { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (True, False); parents = (CarStatus); probs = // True False // CarStatus ((0.005, 0.995), // Home (0.95, 0.05), // Stolen (0.005, 0.995)); // Borrowed ; whenchanged = 1050043073; belief = (0.0054725, 0.994528); visual V1 { center = (84, 180); height = 1; }; }; node CarMissing { kind = NATURE; discrete = TRUE; states = (True, False); parents = (CarStatus); probs = // True False // CarStatus ((0, 1), // Home (1, 0), // Stolen (1, 0)); // Borrowed ; whenchanged = 1050043073; belief = (0.1435, 0.8565); visual V1 { center = (282, 180); height = 3; }; }; node SamOut { kind = NATURE; discrete = TRUE; states = (True, False); parents = (CarStatus); probs = // True False // CarStatus ((0.5, 0.5), // Home (0.5, 0.5), // Stolen (1, 0)); // Borrowed ; numcases = 1; whenchanged = 1050043073; belief = (0.5715, 0.4285); visual V1 { center = (492, 180); height = 2; }; }; node InformPolice { kind = DECISION; discrete = TRUE; states = (Yes, No); parents = (); functable = No; whenchanged = 1048394807; visual V1 { center = (492, 27); height = 5; }; }; node U { kind = UTILITY; discrete = FALSE; measure = RATIO; chance = DETERMIN; parents = (InformPolice, CarStatus); functable = // InformPolice CarStatus ((-20, // Yes Home -40, // Yes Stolen -20), // Yes Borrowed (0, // No Home -80, // No Stolen 0)); // No Borrowed ; whenchanged = 1050040107; visual V1 { center = (498, 90); height = 6; link 1 { path = ((495, 55), (498, 81)); }; }; }; ElimOrder = (ForcedEntry, CarMissing, SamOut, CarStatus, InformPolice); };