Betweenness Centrality – Normalized

Home Forums General Help (Braph 1.0) Betweenness Centrality – Normalized

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #183696
    Keivan Baboli
    Participant

    Hello,

    I’m currently using Braph for brain network analysis and have a question about the betweenness centrality measure. In the results produced by Braph, is the betweenness centrality measure normalized?

    If the betweenness centrality is indeed normalized, could you please provide some details about the normalization procedure or direct me to the appropriate section in the user manual or documentation?

    Thank you in advance for your help.

    Best regards,
    Keivan

    #188774
    Mite Mijalkov
    Moderator

    Dear Keivan,

    Thank you for contacting us and for using Braph for your analysis.

    The betweenness centrality in Braph has to option to provide both normalized and unnormalized values when used from the command line. However, if you are using the GUIs provided by Braph, then the default value is the normalized version.

    The measure is normalized by the number of nodes. In particular,
    BC_normalized = BC_unnormalized / ((N-1)*(N-2)),
    where N is the number of nodes in the network.

    Hope this helps. Please let me know if can do anything else to help.
    Best wishes,
    Mite

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.