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を「フラットな」空間に投影するだけです...