18 lines
239 B
Plaintext
18 lines
239 B
Plaintext
@relation test
|
|
|
|
% These should get 100% classification with k < 30
|
|
@attribute a real
|
|
@attribute b real
|
|
@attribute c real
|
|
@attribute d real
|
|
@attribute class {0,1}
|
|
|
|
@data
|
|
2,4,4,2,0
|
|
2,5,4,2,0
|
|
2,4,4,4,0
|
|
8,4,4,2,1
|
|
8,4,4,2,1
|
|
8,5,4,2,1
|
|
8,4,4,4,1
|