Showing posts with label weka neural network java example. Show all posts
Showing posts with label weka neural network java example. Show all posts

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