Blame view

students/amartins/tarefas/asia.lp 1.05 KB
3e0f9b8a   Francisco Coelho   back to work?
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
%* 0.01 :: asia. *% 
asia ; -asia. 

%* 0.05 :: tub :- asia. *% 
tub ; -tub :- asia. 
%* 0.01 :: tub :- -asia. *% 
tub ; -tub :- -asia. 

%* 0.5 :: smoke. *% 
smoke ; -smoke. 

%* 0.1 :: lung :- smoke. *% 
lung ; -lung :- smoke. 
%* 0.01 :: lung :- -smoke. *% 
lung ; -lung :- -smoke. 

%* 0.6 :: bronc :- smoke. *% 
bronc ; -bronc :- smoke. 
%* 0.3 :: bronc :- -smoke. *% 
bronc ; -bronc :- -smoke. 

%* 1.0 :: either :- lung, tub. *% 
either ; -either :- lung, tub. 
%* 1.0 :: either :- -lung, tub. *% 
either ; -either :- -lung, tub. 
%* 1.0 :: either :- lung, -tub. *% 
either ; -either :- lung, -tub. 
%* 0.0 :: either :- -lung, -tub. *% 
either ; -either :- -lung, -tub. 
%* 0.98 :: xray :- either. *% 
xray ; -xray :- either. 
%* 0.05 :: xray :- -either. *% 
xray ; -xray :- -either. 

%* 0.9 :: dysp :- bronc, either. *% 
dysp ; -dysp :- bronc, either. 
%* 0.7 :: dysp :- -bronc, either. *% 
dysp ; -dysp :- -bronc, either. 
%* 0.8 :: dysp :- bronc, -either. *% 
dysp ; -dysp :- bronc, -either. 
%* 0.1 :: dysp :- -bronc, -either. *% 
dysp ; -dysp :- -bronc, -either.