Skip to content

Is there a way to modify the algorithm to make it avoid including two vertexes of the same type into one cluster? #12

Answered by micans
RaisssHab asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

This sounds like an interesting problem, with a bit of a flavour of a colouring problem -- you only want clusters in which all the nodes/vertexes have different colours only, no colour repeating in a cluster. I had a quick look whether this has been studied, but I was hampered a bit by the dominance of all the other graph colouring problems. Are you aware of any other efforts in this direction?

My initial thought is that modifying rows does not fit very well into the ideas underlying mcl - it destroys the mathematical niceness of the matrix, and I don't think it is possible to guarantee that it will do what you want. Normally I would search for a way to change the input graph so th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by micans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants