Description Usage Arguments Details Value Author(s) Examples
Retrieving the clusters, the connected sub-networks, of a given network. Estimating the clusters from data.
1 2 3 | cnCluster(object)
cnClusterSep(object, data, pert=NULL)
cnClusterMI(data, pert=NULL, threshold=0)
|
object |
a |
data |
a |
pert |
a binary perturbation matrix with the dimensions of |
threshold |
a |
The function cnCluster
constructs a list of subsets of nodes of the object
, each representing a connected sub-network. Isolated nodes, these are nodes not connected to any other, are not reported. Thus, every element of the output list contains at least two nodes.
The function cnClusterMI
clusters the nodes of the data
using the pairwise mutual information and critical value threshold
.
A list
of named nodes.
N. Balov
1 2 | cnet <- cnRandomCatnet(numnodes=30, maxpars=2, numcats=2)
cnCluster(object=cnet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.