hub.score {igraph} | R Documentation |
Kleinberg's hub and authority centrality scores.
Description
hub.score()
was renamed to hub_score()
to create a more
consistent API.
Usage
hub.score(graph, scale = TRUE, weights = NULL, options = arpack_defaults())
Arguments
graph |
The input graph. |
scale |
Logical scalar, whether to scale the result to have a maximum score of one. If no scaling is used then the result vector has unit length in the Euclidean norm. |
weights |
Optional positive weight vector for calculating weighted
scores. If the graph has a |
options |
A named list, to override some ARPACK options. See
|
[Package igraph version 2.0.3 Index]