cluster.network: Cluster Network

Description Usage Arguments Value

Description

Compute the cluster matrix from the similarity matrix sigma, where all the nodes have more similarity than lambda and the size of cluster is less than k.

Usage

1
cluster.network(sigma, lambda = 0, k = dim(sigma)[1])

Arguments

sigma

a similarity matrix

lambda

the similarity threshold

k

the size threshold

Value

The cluster matrix, where M[i,j] is 1 if node i belongs to the cluster of node j and 0 otherwise


RicUIB/AligNet documentation built on May 28, 2019, 2:27 p.m.