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.
我在 rapidminer 中有一个过程,它在我提供的 Excel 表记录上应用了 k 均值聚类。现在我希望当我从 c# 桌面应用程序添加一些新记录时,它使用经过训练的模型来生成其适当的集群 ID。请给我一些解决方案?
您为什么不阅读一下 k-means 聚类的工作原理?
将新实例分配给先前运行的固定装置对于您自己来说是微不足道的。