getEns: generate ensemble matrix 'getEns' get ensemble matrix from...

Description Usage Arguments Details Value

Description

generate ensemble matrix getEns get ensemble matrix from given similarity matrix and temperature

Usage

1
getEns(simMat, temperature, MaxIt = 1000, m = 5)

Arguments

simMat

a similarity matrix

temperature

a numeric vector of length 1, indicating the temperature used to transform the similarity matrix to ensemble matrix

MaxIt

number of iterations for regulated random walks

m

maxiumnum number of time a node can be visited during random walks

Details

This function involves two steps. It first generate similarity matrices of different variances by taking the raw similarity matrix to the power of each temperature. Then it called the function EstClust to perform random walks in the network to identify clusters.

Value

a matrix.


DCG documentation built on May 2, 2019, 6:12 a.m.