Skip to content

Add weighted version of eigenvector centrality #176

@qiemem

Description

@qiemem

Requested by user.

This shouldn't be too hard to implement. This paper by Newman states that adding weights doesn't change anything: you still just use an eigenvector of the largest eigenvalue of the adjacency matrix. Thus, we should just be able to add in weight as factor in this line: https://github.com/NetLogo/NW-Extension/blob/hexy/src/main/org/nlogo/extensions/nw/algorithms/CentralityMeasurer.scala#L22

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions