// ~->[DNET-1]->~ // File created by an unlicensed user using Netica 5.04 on 11/03/2014 at 08:39:17 PM. bnet system { autoupdate = FALSE; title = "ecd://EMSMTest/TestCAF/system/"; whenchanged = 1415065157; user U1 { type = "SM"; }; node Skill_1 { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (High, Medium, Low); parents = (); probs = // High Medium Low (0.1, 0.3, 0.6); title = "Skill1"; whenchanged = 1415065157; user U1 { internalName = "Skill 1"; isOrdered = "true"; role = "SM"; DistType = "HyperDirichlet Distribution"; ParameterTable = "\n\ \| \n\ \| \n\ \| 1\n\ \| 3\n\ \| 6\n\ \| \n\ "; }; }; node Skill_2 { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (High, Low); parents = (); probs = // High Low (0.3, 0.7); title = "Skill2"; whenchanged = 1415065157; user U1 { internalName = "Skill 2"; isOrdered = "true"; role = "SM"; DistType = "HyperDirichlet Distribution"; ParameterTable = "\n\ \| \n\ \| \n\ \| 3\n\ \| 7\n\ \| \n\ "; }; }; node CliqueNode1 { kind = NATURE; discrete = TRUE; numstates = 1; parents = (Skill_1, Skill_2); whenchanged = 1415065157; }; node Skill_3 { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (High, Low); parents = (Skill_2); probs = // High Low // Skill_2 (0.8, 0.2, // High 0.4, 0.6); // Low ; title = "Skill3"; whenchanged = 1415065157; user U1 { internalName = "Skill 3"; isOrdered = "true"; role = "SM"; DistType = "HyperDirichlet Distribution"; ParameterTable = "\n\ \| \n\ \| \n\ \| \n\ \| \n\ \| 8\n\ \| 2\n\ \| \n\ \| \n\ \| \n\ \| \n\ \| \n\ \| 4\n\ \| 6\n\ \| \n\ "; }; }; NodeSet SM {Nodes = (Skill_1, Skill_2, Skill_3);}; NodeSet system {Nodes = (Skill_1, Skill_2, Skill_3);}; };