Inquiring About Built-in Cluster Detection #52
-
First of all, I would like to express my gratitude for your incredible work! Your algorithm is remarkably efficient. While reviewing the code, I couldn't locate any specific details related to my query. I'm curious to know if there's an existing built-in method, or a relevant one, for explicitly returning the visualized clusters, or if there are any plans to introduce such a feature in the near future? Thank you very much :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks @CUHKfreshman! Cosmos does not have a built-in method of network community detection, and we have no plans to add it at the moment. |
Beta Was this translation helpful? Give feedback.
Thanks @CUHKfreshman!
Cosmos does not have a built-in method of network community detection, and we have no plans to add it at the moment.
I can suggest you to use the networkanalysis-ts package that implements the Leiden algorithm, initially developed by Vincent Traag, Nees Jan van Eck, and Ludo Waltman (and we helped with porting it to TypeScript).