class BurglarAlarm_gw_EN
{
inputs = ();
outputs = ();
node_size = (80 40);
HR_Group_2_Description = "";
HR_Group_2_Color = "12";
HR_Group_2_Name = "feature/merkmal";
HR_DBN_Use_BK = "0";
HR_Html_Desc = "0";
HR_HTML_Desc = "A headache may be caused by:
Other causes (ot),
Fever (fe),
Hangover (ha),
Fibrositis (fb), or
Brain tumor (bt)
and it may be soothed with aspirin (as).
The various causes support each other in the effect (e.g., ho and fb may each yield a mild headache, but if they are both present, the headache may be moderate). This is modelled by introducing the headache-level nodes under each cause.
";
HR_Link_Groups_IDs = "";
HR_Groups_IDs = "1,2";
HR_Group_1_Description = "";
HR_Group_1_Color = "44";
HR_Group_1_Name = "Hypothesis";
HR_CPT_Font_Weight = "400";
HR_CPT_Font_Italic = "0";
HR_CPT_Font_Size = "-12";
HR_CPT_Font_Name = "";
HR_Node_Label_Style = "0";
HR_Monitor_Display_Prob_DD = "0";
HR_DBN_Num_Slices = "5";
HR_Desc = "A headache may be caused by:\nOther causes (ot),\nFever (fe),\nHangover (ha),\nFibrositis (fb), or\nBrain tumor (bt)\nand it may be soothed with aspirin (as).\n\nThe various causes support each other in the effect (e.g., ho and fb may each yield a mild headache, but if they are both present, the headache may be moderate). This is modelled by introducing the headache-level nodes under each cause.\n";
HR_OOBN_CheckConsistency = "1";
HR_OOBN_FitExpand = "1";
HR_Zoom_ZoomFactor = "100";
HR_Groups_GroupColors = "";
HR_Groups_GroupNames = "";
HR_Groups_UserGroupsNo = "0";
HR_Utility_Link = "63";
HR_Probabilistic_Link = "63";
HR_Functional_Link = "63";
HR_Binding_Link = "63";
HR_Information_Arc = "63";
HR_Color_Interface = "21";
HR_Color_Instance = "0";
HR_Color_DiscreteFunction = "5";
HR_Color_Function = "4";
HR_Color_Utility = "36";
HR_Color_Decision = "17";
HR_Color_ContinuousChance = "48";
HR_Color_DiscreteChance = "16";
HR_Monitor_InitSD = "2";
HR_Monitor_Utility_Arrange = "0";
HR_Monitor_Mean_Variance = "1";
HR_Monitor_Chance_Utility = "1";
HR_Monitor_InitStates = "5";
HR_Monitor_OpenGraph = "0";
HR_Monitor_GraphPrecision = "100";
HR_Monitor_AutoUpdGraph = "0";
HR_Compile_MaxMinimalSeparators = "100000";
HR_Compile_ApproxEpsilon = "1.0E-5";
HR_Compile_Approximate = "0";
HR_Compile_SaveToMemory = "0";
HR_Compile_Compress = "0";
HR_Compile_TriangMethod = "0";
HR_Propagate_AutoNormal = "1";
HR_Propagate_AutoSum = "1";
HR_Propagate_Auto = "1";
HR_Font_Italic = "0";
HR_Font_Weight = "400";
HR_Font_Size = "-12";
HR_Font_Name = "Arial";
HR_Grid_GridShow = "0";
HR_Grid_GridSnap = "0";
HR_Grid_Y = "40";
HR_Grid_X = "40";
node C5
{
label = "Wattson calling";
position = (121 198);
states = ("false" "true");
subtype = boolean;
HR_NodeSize = "(119, 40)";
HR_Group = "2";
HR_Desc = "";
HR_State_1 = "";
HR_State_0 = "";
}
node C4
{
label = "Radio report";
position = (288 198);
states = ("false" "true");
subtype = boolean;
HR_NodeSize = "(95, 45)";
HR_Group = "2";
HR_Desc = "";
HR_State_1 = "";
HR_State_0 = "";
}
node C3
{
label = "Alarm";
position = (121 105);
states = ("false" "true");
subtype = boolean;
HR_Group = "2";
HR_Desc = "";
HR_State_1 = "";
HR_State_0 = "";
HR_LinkGroup = "[C5:0]";
HR_LinkMode = "[C5:0]";
}
node C2
{
label = "Earthquake";
position = (212 30);
states = ("false" "true");
subtype = boolean;
HR_Group = "1";
HR_Desc = "";
HR_State_1 = "";
HR_State_0 = "";
HR_LinkGroup = "[C3:0][C4:0]";
HR_LinkMode = "[C3:0][C4:0]";
}
node C1
{
label = "Burglary";
position = (43 29);
states = ("false" "true");
subtype = boolean;
HR_Group = "1";
HR_Desc = "";
HR_State_1 = "";
HR_State_0 = "";
HR_LinkGroup = "[C3:0]";
HR_LinkMode = "[C3:0]";
}
potential (C5 | C3)
{
data = (( 1 0 ) % C3=false
( 0 1 )); % C3=true
}
potential (C4 | C2)
{
data = (( 1 0 ) % C2=false
( 0 1 )); % C2=true
}
potential (C3 | C2 C1)
{
data = ((( 1 0 ) % C2=false C1=false
( 0 1 )) % C2=false C1=true
(( 0 1 ) % C2=true C1=false
( 0 1 ))); % C2=true C1=true
}
potential (C2)
{
data = ( 0.9 0.1 );
}
potential (C1)
{
data = ( 0.8 0.2 );
}
} % class BurglarAlarm_gw_EN