powered by
compute the minimum spanning tree of a matrix representing edges between nodes (of a graph)
mstCompute(mat)
weighted matrix representing nodes connection (edges weight)
a matrix with 1 if nodes are linked, 0 otherwise.