gen.child.list.mst {mstclustering} | R Documentation |
Generate an adjacency list
gen.child.list.mst(clust.edge.list, m)
clust.edge.list |
The return value of the kruskal() function. |
m |
Number of nodes. |
An adjacency list in the form of a list of vectors.