Markovian clustering algorithm check out the explanations in stijn van dongens thesis. author: gregor arbylon.net
Syntax
A = mclComponents(A,p,maxIter)
Input
A | adjacency matrix with weights between 0 and 1 |
p | parameter |
Output
A | adjacency matrix of the components |