Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 weka 的资源管理器上,您可以对数据执行聚类,然后使用可视化来保存一个新的 arff 文件,并将聚类分配作为属性。
有没有办法通过在命令行上调用可执行文件来自动执行此操作?
如果其他人遇到此问题,您可以尝试使用 weka.filters.unsupervised.attribute.AddCluster。-W 参数应该包含您的聚类算法,并且您可以像使用任何其他过滤器一样使用 -i 和 -o 来保存新的 arff。