com.raphtory.algorithms.generic.centrality.Distinctiveness
Distinctiveness
Distinctiveness(alpha: Double=1.0, weightProperty="weight")
compute distinctiveness centralities of nodes
Distinctiveness centrality measures importance of a node through how it bridges different parts of the graph, approximating this by connections to low degree nodes. For more info read Distinctiveness centrality in social networks
Note
The network is treated as undirected.
Parameters
alpha: Double = 1.0
tuning exponent
weightProperty: String = "weight"
name of property to use for edge weight. If not found, edge weight is treated as number of edge occurrences.
States
D1: Double
, … ,D5: Double
versions of distinctiveness centrality
Returns
vertex name |
D1 |
… |
D5 |
---|---|---|---|
|
|
… |
|