more projects
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
@relation 'algorithms_test'
|
||||
|
||||
@attribute a0 {TRUE,FALSE}
|
||||
@attribute a1 {FALSE,TRUE}
|
||||
@attribute class {c0,c1}
|
||||
|
||||
@data
|
||||
TRUE,FALSE,?
|
||||
@@ -0,0 +1,2 @@
|
||||
a0,a1,class
|
||||
TRUE,FALSE,?
|
||||
|
@@ -0,0 +1,13 @@
|
||||
@relation 'algorithms_train'
|
||||
|
||||
@attribute a0 {TRUE,FALSE}
|
||||
@attribute a1 {FALSE,TRUE}
|
||||
@attribute class {c0,c1}
|
||||
|
||||
@data
|
||||
TRUE,FALSE,c0
|
||||
TRUE,FALSE,c0
|
||||
TRUE,TRUE,c0
|
||||
TRUE,TRUE,c0
|
||||
FALSE,FALSE,c1
|
||||
TRUE,FALSE,?
|
||||
@@ -0,0 +1,6 @@
|
||||
a0,a1,class
|
||||
TRUE,FALSE,c0
|
||||
TRUE,FALSE,c0
|
||||
TRUE,TRUE,c0
|
||||
TRUE,TRUE,c0
|
||||
FALSE,FALSE,c1
|
||||
|
@@ -0,0 +1,14 @@
|
||||
@relation 'algorithms_test'
|
||||
|
||||
@attribute a0 {TRUE,FALSE}
|
||||
@attribute a1 {FALSE,TRUE}
|
||||
@attribute class {c0,c1}
|
||||
|
||||
@data
|
||||
TRUE,FALSE,c0
|
||||
TRUE,FALSE,c0
|
||||
TRUE,TRUE,c0
|
||||
TRUE,TRUE,c0
|
||||
FALSE,FALSE,c1
|
||||
FALSE,TRUE,c0
|
||||
FALSE,FALSE,c1
|
||||
Reference in New Issue
Block a user