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