mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-18 08:56:01 +00:00
Commit Inicial
This commit is contained in:
34
data/tanveer/hayes-roth/hayes-roth_test.arff
Executable file
34
data/tanveer/hayes-roth/hayes-roth_test.arff
Executable file
@@ -0,0 +1,34 @@
|
||||
@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
|
Reference in New Issue
Block a user