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.
在 ELKI 上运行 OPTICS 和 DeLiClu 算法,我只得到集群对象顺序文件作为结果。如何获取集群列表以及点与相应集群之间的映射?
OPTICS 类不(按设计)产生集群。
相反,它产生由 OPTICS 定义的集群顺序。
如果要从集群顺序中提取分区,请使用OPTICSXi实现 OPTICS 论文中讨论的主要提取方法(添加 xi 参数)的类。此方法可与 OPTICS 或 DeLiClu 一起使用。
OPTICSXi
还有其他方法可以提取此类分区,但它们尚未贡献给 ELKI。