-
Notifications
You must be signed in to change notification settings - Fork 2
/
manmade_google.pgmx
216 lines (195 loc) · 7.08 KB
/
manmade_google.pgmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<?xml version="1.0" encoding="UTF-8"?>
<ProbModelXML formatVersion="0.2.0">
<ProbNet type="BayesianNetwork">
<AdditionalProperties>
<Property name="Version" value="1.0" />
<Property name="VisualPrecision" value="0.0" />
<Property name="KindOfGraph" value="directed" />
<Property name="WhenChanged" value="19/08/99" />
<Property name="WhoChanged" value="Jose A. Gamez" />
</AdditionalProperties>
<Variables>
<Variable name="X-ray" type="finiteStates" role="chance">
<Coordinates x="214" y="397" />
<States>
<State name="no" />
<State name="yes" />
</States>
</Variable>
<Variable name="Bronchitis" type="finiteStates" role="chance">
<Coordinates x="701" y="216" />
<States>
<State name="no" />
<State name="yes" />
</States>
</Variable>
<Variable name="Dyspnea" type="finiteStates" role="chance">
<Coordinates x="509" y="400" />
<States>
<State name="no" />
<State name="yes" />
</States>
</Variable>
<Variable name="Visit To Asia" type="finiteStates" role="chance">
<Coordinates x="204" y="55" />
<States>
<State name="no" />
<State name="yes" />
</States>
</Variable>
<Variable name="Smoking" type="finiteStates" role="chance">
<Coordinates x="625" y="61" />
<States>
<State name="no" />
<State name="yes" />
</States>
</Variable>
<Variable name="Lung cancer" type="finiteStates" role="chance">
<Coordinates x="444" y="163" />
<States>
<State name="no" />
<State name="yes" />
</States>
</Variable>
<Variable name="Tuberculosis" type="finiteStates" role="chance">
<Coordinates x="202" y="163" />
<States>
<State name="no" />
<State name="yes" />
</States>
</Variable>
<Variable name="Lung disease" type="finiteStates" role="chance">
<Coordinates x="325" y="284" />
<States>
<State name="no" />
<State name="yes" />
</States>
</Variable>
<Variable name="COVID-19" type="finiteStates" role="chance">
<Coordinates x="377" y="171" />
<States>
<State name="no" />
<State name="yes" />
</States>
</Variable>
</Variables>
<Links>
<Link directed="true">
<Variable name="Bronchitis" />
<Variable name="Dyspnea" />
</Link>
<Link directed="true">
<Variable name="Visit To Asia" />
<Variable name="Tuberculosis" />
</Link>
<Link directed="true">
<Variable name="Visit To Asia" />
<Variable name="COVID-19" />
</Link>
<Link directed="true">
<Variable name="Smoking" />
<Variable name="Bronchitis" />
</Link>
<Link directed="true">
<Variable name="Smoking" />
<Variable name="Lung cancer" />
</Link>
<Link directed="true">
<Variable name="Smoking" />
<Variable name="COVID-19" />
</Link>
<Link directed="true">
<Variable name="Lung cancer" />
<Variable name="Lung disease" />
</Link>
<Link directed="true">
<Variable name="Tuberculosis" />
<Variable name="Lung disease" />
</Link>
<Link directed="true">
<Variable name="COVID-19" />
<Variable name="Lung disease" />
</Link>
<Link directed="true">
<Variable name="Lung disease" />
<Variable name="Dyspnea" />
</Link>
<Link directed="true">
<Variable name="Lung disease" />
<Variable name="X-ray" />
</Link>
</Links>
<Potentials>
<Potential type="Table" role="conditionalProbability">
<Variables>
<Variable name="X-ray" />
<Variable name="Lung disease" />
</Variables>
<Values>0.95 0.05 0.02 0.98</Values>
</Potential>
<Potential type="Table" role="conditionalProbability">
<Variables>
<Variable name="Bronchitis" />
<Variable name="Smoking" />
</Variables>
<Values>0.7 0.3 0.4 0.6</Values>
</Potential>
<Potential type="Table" role="conditionalProbability">
<Variables>
<Variable name="Dyspnea" />
<Variable name="Lung disease" />
<Variable name="Bronchitis" />
</Variables>
<Values>0.9 0.1 0.3 0.7 0.2 0.8 0.1 0.9</Values>
</Potential>
<Potential type="Table" role="conditionalProbability">
<Variables>
<Variable name="Visit To Asia" />
</Variables>
<Values>0.99 0.01</Values>
</Potential>
<Potential type="Table" role="conditionalProbability">
<Variables>
<Variable name="Smoking" />
</Variables>
<Values>0.5 0.5</Values>
</Potential>
<Potential type="Table" role="conditionalProbability">
<Variables>
<Variable name="Lung cancer" />
<Variable name="Smoking" />
</Variables>
<Values>0.99 0.01 0.9 0.1</Values>
</Potential>
<Potential type="Table" role="conditionalProbability">
<Variables>
<Variable name="Tuberculosis" />
<Variable name="Visit To Asia" />
</Variables>
<Values>0.99 0.01 0.95 0.05</Values>
</Potential>
<Potential type="Table" role="conditionalProbability">
<Variables>
<Variable name="Lung disease" />
<Variable name="Lung cancer" />
<Variable name="Tuberculosis" />
<Variable name="COVID-19" />
</Variables>
<Values>1.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0</Values>
</Potential>
<Potential type="Table" role="conditionalProbability ">
<Variables>
<Variable name="COVID-19" />
<Variable name="Smoking" />
<Variable name="Visit To Asia" />
</Variables>
<Values>0.7 0.3 0.3 0.7 0.5 0.5 0.05 0.95</Values>
</Potential>
</Potentials>
</ProbNet>
<InferenceOptions>
<MulticriteriaOptions>
<SelectedAnalysisType>UNICRITERION</SelectedAnalysisType>
</MulticriteriaOptions>
</InferenceOptions>
</ProbModelXML>