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.
当我运行 Mahout kmeans 时,我似乎得到了整个集群,即所有向量及其集群成员。
但相反,我想将最终的质心作为输出。我知道,我可以简单地计算整个相应集群的平均值。但是由于算法无论如何都需要有最终的质心,所以应该有一种输出它们的方法。在那儿?
谁能告诉我 Mahout kmeans 如何输出最终的质心?有用的答案表示赞赏。