1 | @relation cleveland-14-heart-disease |
---|
2 | @attribute 'age' real |
---|
3 | @attribute 'sex' { female, male} |
---|
4 | @attribute 'cp' { typ_angina, asympt, non_anginal, atyp_angina} |
---|
5 | @attribute 'trestbps' real |
---|
6 | @attribute 'chol' real |
---|
7 | @attribute 'fbs' { t, f} |
---|
8 | @attribute 'restecg' { left_vent_hyper, normal, st_t_wave_abnormality} |
---|
9 | @attribute 'thalach' real |
---|
10 | @attribute 'exang' { no, yes} |
---|
11 | @attribute 'oldpeak' real |
---|
12 | @attribute 'slope' { up, flat, down} |
---|
13 | @attribute 'ca' real |
---|
14 | @attribute 'thal' { fixed_defect, normal, reversable_defect} |
---|
15 | @attribute '$L-num' { '<50', '>50_1'} |
---|
16 | @data |
---|
17 | 63,male,typ_angina,145,233,t,left_vent_hyper,150,no,2.3,down,0,fixed_defect,'<50' |
---|
18 | 67,male,asympt,160,286,f,left_vent_hyper,108,yes,1.5,flat,3,normal,'>50_1' |
---|
19 | 67,male,asympt,120,229,f,left_vent_hyper,129,yes,2.6,flat,2,reversable_defect,'>50_1' |
---|
20 | 37,male,non_anginal,130,250,f,normal,187,no,3.5,down,0,normal,'<50' |
---|
21 | 41,female,atyp_angina,130,204,f,left_vent_hyper,172,no,1.4,up,0,normal,'<50' |
---|
22 | 56,male,atyp_angina,120,236,f,normal,178,no,0.8,up,0,normal,'<50' |
---|
23 | 62,female,asympt,140,268,f,left_vent_hyper,160,no,3.6,down,2,normal,'>50_1' |
---|
24 | 57,female,asympt,120,354,f,normal,163,yes,0.6,up,0,normal,'<50' |
---|
25 | 63,male,asympt,130,254,f,left_vent_hyper,147,no,1.4,flat,1,reversable_defect,'>50_1' |
---|
26 | 53,male,asympt,140,203,t,left_vent_hyper,155,yes,3.1,down,0,reversable_defect,'>50_1' |
---|
27 | 57,male,asympt,140,192,f,normal,148,no,0.4,flat,0,fixed_defect,'<50' |
---|
28 | 56,female,atyp_angina,140,294,f,left_vent_hyper,153,no,1.3,flat,0,normal,'<50' |
---|