Files
mlpack/fastlib/u/pram/nbc/testSet.arff
T
2008-01-18 02:25:29 +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