10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
@relation test
|
|
|
|
@attribute feature1 real
|
|
@attribute feature2 real
|
|
@attribute class {A,B}
|
|
|
|
@data
|
|
1.0,2.0,A
|
|
4.0,5.0,6.0,B,extra
|
|
7.0,C |