hub.correction {diffusr} | R Documentation |
Correct for hubs in an adjacency matrix
hub.correction(obj)
obj |
matrix for which hubs are corrected |
returns the matrix with hub correction
W <- matrix(abs(rnorm(10000)), 100, 100) cor.hub <- hub.correction(W)