Commit Inicial

This commit is contained in:
2020-11-20 11:23:40 +01:00
commit 5611e5bc01
2914 changed files with 2625178 additions and 0 deletions

View 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