Monday, 28 May 2018

MLR Classification Output

@relation ClevelandHeartDiseaseData

@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,1
0,1,1,0,3,1
1,2,2,0,3,1
1,3,1,2,7,0

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

No comments:

Post a Comment