Files
mlpack/fastlib/branches/fastlib-old/u/pram/nbc/testSet.arff
T
Ryan Curtin f6864dd435 Move fastlib-old (originally 'fastlib') to fastlib/branches/fastlib-old where it
will sit until the end of time and nobody will touch it because it's old
2010-01-31 22:31:55 +00:00

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