在我的研究中,我使用RapidMiner 7运行无监督的学习算法。我的需求要求我将集群(结果)保存在文本文件中。我发现了RapidMiner 5中使用的一些方法,但在当前版本中不再可用。
我可以在RapidMiner 7中做这个吗?
发布于 2016-05-25 22:04:26
可以使用Write Clustering或Write Model保存集群模型。它们创建了XML输出。还可以使用Write as Text编写集群模型的简化摘要。
如果希望保存包含将示例分配给集群的示例集,则可以使用Write CSV。
https://stackoverflow.com/questions/37443914
复制相似问题