gen.child.list.mst {mstclustering}R Documentation

gen.child.list.mst

Description

Generate an adjacency list

Usage

gen.child.list.mst(clust.edge.list, m)

Arguments

clust.edge.list

The return value of the kruskal() function.

m

Number of nodes.

Value

An adjacency list in the form of a list of vectors.


[Package mstclustering version 1.0.0.0 Index]