You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for checking it out but I would advice against using this implementation, it was a one-off thing I needed for a side-project and I'm not surprised if you found a bug. I would look into alternative implementations, sorry.
I'm afraid I have no idea, I haven't been active in this space for a long time and it probably depends a lot on your use-case, I remember that the markov clustering approach didn't scale very well with the input size for instance. But best of luck to you! 🚀
Hello! Thank you for implementing this algorithm.
I am trying to see if we can use this module for our project (brainlife.io) and I've been test driving it.
I've noticed that sometimes the algorithm returns duplicate clusters. Do you think it is normal?
For example, given this adjacency matrix.
Here is the output from this algorithm.
I think the output should be
Another a bit more complex example is this.
cluster output
As you can see, I see nodes listed in multiple clusters. Are all nodes supposed to be listed only once across all clusters?
Thank you!!!
The text was updated successfully, but these errors were encountered: