mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-17 16:36:02 +00:00
35 lines
341 B
Plaintext
Executable File
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
|