serialHeatrank {diffuStats}R Documentation

Compute heatrank for a single case

Description

The heatrank incorporates the correction (r + 1)/(p + 1) instead of r/p

Usage

serialHeatrank(R, perm, G, ind)

Arguments

R

dense matrix with the diffusion kernel

perm

sparse matrix with the permutations

G

sparse matrix with the heat sources

ind

index of the G column for current source

Value

an arma::vec with node heatranks


[Package diffuStats version 1.10.2 Index]