我在 weka-> 中有一个关于 Sparse Arff 的查询
示例如下所示:
@RELATION example
@ATTRIBUTE an apple
@ATTRIBUTE a cat
@ATTRIBUTE for love
@ATTRIBUTE the end
@ATTRIBUTE class {real, fake}
@DATA
Here is my query:
This is very straightforward->
0,1,0,0,real -> {1 1, 4 real}
0,0,0,1,fake -> {3 1, 4 fake}
But how to write this ones->
1,1,1,1,real -> ? I need help here
2,1,3,1,fake -> ? I need help here
提前谢谢各位。
最好的问候等离子33