无法将聚类结果保存到arff文件

时间:2015-05-04 11:20:07

标签: java cluster-analysis weka arff

我正在使用java代码将聚类结果保存到arff文件中。
我按照本网站的说明操作: http://weka.wikispaces.com/Visualizing+cluster+assignments
但我收到错误:

    PlotData2D predData = ClustererPanel.setUpVisualizableInstances(train, eval);

说:

    The method setUpVisualizableInstances(Instances, ClusterEvaluation) is undefined for the type ClustererPanel

我试图谷歌但我找不到解决方案

1 个答案:

答案 0 :(得分:0)

从目前的代码判断:

http://grepcode.com/file/repo1.maven.org/maven2/nz.ac.waikato.cms.weka/weka-dev/3.7.12/weka/gui/explorer/ClustererPanel.java#ClustererPanel

我认为您现在必须拨打public static而不是activity

但是:为什么要使用可视化教程?

可视化不会产生.arff文件。