Showing posts with label dataset. Show all posts
Showing posts with label dataset. Show all posts

Thursday, 24 May 2018

Cleveland Heart Disease Testing Dataset

@relation 'ClevelandHeartDiseaseTestingDataset'

@attribute sex {0,1}
@attribute cp {1,2,3,4}
@attribute slope {1,2,3}
@attribute ca {0,1,2,3}
@attribute thal {3,6,7}
@attribute class {0,1}

@data
1,1,2,0,3,?
0,1,1,0,3,?
1,2,2,0,3,?

Cleveland Heart Disease Training Dataset

@relation 'ClevelandHeartDiseaseTrainingDataset'

@attribute sex {0,1}
@attribute cp {1,2,3,4}
@attribute slope {1,2,3}
@attribute ca {0,1,2,3}
@attribute thal {3,6,7}
@attribute class {0,1}

@data
1,1,3,0,6,1
1,4,2,3,3,1
1,4,2,2,7,0
1,3,3,0,3,1