Skip to content
  1. API
  2. Types

BetweennessOptions

Type: object

Properties

  • directed (optional) boolean[=false] If true, the algorithm will take account of the edge directions.
  • edges(optional) EdgeList<ED, ND> Edges to take in account while computing the betweenness. All visible edges by default.
  • nodes(optional) NodeList<ND,ED> Nodes to compute the betweenness on. All visible nodes by default.
  • normalized(optional) boolean[=true] If true, will normalize the values within [0;1]