Files
stree_datasets/data/tanveer/hayes-roth/hayes-roth_test.arff
2020-11-20 11:23:40 +01:00

35 lines
341 B
Plaintext
Executable File

@relation hayes-roth
@attribute 'f1' real
@attribute 'f2' real
@attribute 'f3' real
@attribute 'clase' {0,1,2}
@data
1,1,2,0
1,2,1,0
2,1,1,0
1,1,3,0
1,3,1,0
3,1,1,0
1,3,3,0
3,1,3,0
3,3,1,0
2,2,1,1
2,1,2,1
1,2,2,1
2,2,3,1
2,3,2,1
3,2,2,1
2,3,3,1
3,2,3,1
3,3,2,1
1,3,2,0
3,2,1,1
2,1,3,0
2,3,1,1
1,2,3,0
3,1,2,1
1,1,1,0
2,2,2,1
3,3,3,0
4,4,4,2