kmst | R Documentation |
construct k-mst
kmst(y = NULL, dis = NULL, k = 1)
y |
data |
dis |
distance matrix |
k |
parameter in K-MST, with default 1 |
An edge matrix representing a similarity graph. Each row represents an edge and records the indices of two ends of an edge in two columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.