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.
是否有可用于 python 中的任何共聚类算法的实现?scikit-learn 包具有 k-means 和层次聚类,但似乎缺少此类聚类。
我所知道的最快的聚类算法是这样做的:
重复 O(log N) 次:C = M x X
其中 X 是 N x dim 而 M 是 clus x N ...
如果您的集群不是“平坦的”......
执行 f(X) = ... 这只是将 X 投影到某个“平坦”空间...