开发者

Using Weka on command line to generate cluster assignment arff file

On the explorer in weka you can perform clustering on data then use the visualisation to save a new arff file with the cluster assignments as attributes.

Is there a way to do this automatically by calling executa开发者_JAVA百科bles on the command line?


If anyone else is having this problem, you can try using weka.filters.unsupervised.attribute.AddCluster. The -W argument should contain your clustering algorithm and you can use the -i and -o as you would with any other filter to save your new arff.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜