Description Usage Arguments Details Value Author(s) See Also
To generate the graph with each cluster is connected.
1 | FindComponents(adj, label)
|
adj |
'[matrix]': The adjacency matrix of the data. |
label |
'[numeric]': The label of the data. |
The function is used to generate the connected graph by implementing the HCV algorithm to inspect the connectedness of each cluster, if the cluster is disconnected, then we split the cluster into several sub-clusters simplicity.
label |
The label of all the components |
neighbors |
'[list]': The data in same clusters are placed in the same list components |
DongDong-Zoez <lbry5230100@gmail.com> University of Taiwan NSYSU.
'HCV'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.