source: src/test/java/weka/classifiers/pmml/data/heart-c2.arff @ 4

Last change on this file since 4 was 4, checked in by gnappo, 14 years ago

Import di weka.

File size: 1.4 KB
Line 
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 '$R-num' { '<50', '>50_1'}
16@data
1763,male,typ_angina,145,233,t,left_vent_hyper,150,no,2.3,down,0,fixed_defect,'<50'
1867,male,asympt,160,286,f,left_vent_hyper,108,yes,1.5,flat,3,normal,'>50_1'
1967,male,asympt,120,229,f,left_vent_hyper,129,yes,2.6,flat,2,reversable_defect,'>50_1'
2037,male,non_anginal,130,250,f,normal,187,no,3.5,down,0,normal,'<50'
2141,female,atyp_angina,130,204,f,left_vent_hyper,172,no,1.4,up,0,normal,'<50'
2256,male,atyp_angina,120,236,f,normal,178,no,0.8,up,0,normal,'<50'
2362,female,asympt,140,268,f,left_vent_hyper,160,no,3.6,down,2,normal,'>50_1'
2457,female,asympt,120,354,f,normal,163,yes,0.6,up,0,normal,'<50'
2563,male,asympt,130,254,f,left_vent_hyper,147,no,1.4,flat,1,reversable_defect,'>50_1'
2653,male,asympt,140,203,t,left_vent_hyper,155,yes,3.1,down,0,reversable_defect,'>50_1'
2757,male,asympt,140,192,f,normal,148,no,0.4,flat,0,fixed_defect,'<50'
2856,female,atyp_angina,140,294,f,left_vent_hyper,153,no,1.3,flat,0,normal,'<50'
Note: See TracBrowser for help on using the repository browser.