Showing posts with label output. Show all posts
Showing posts with label output. Show all posts

Wednesday, 30 May 2018

SVM Classification Output

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


Tuesday, 29 May 2018

Naive Bayes Classification Output


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

Saturday, 26 May 2018

MLP Classification Output

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

1,3,1,2,7,0

Friday, 25 May 2018

FURIA Classification Output

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

Thursday, 24 May 2018

C4.5 Classification Output

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