Create Graph

The Scope allows you to create edges between the source nodes (Objects in the selection of the currently active Type) and target nodes (Objects referenced by the indicated path in the Scope).

The currently available algorithms are:

AlgorithmDescription
Degree Centrality
Shortest path
nodegoat pathHighlight node relevance within shortest paths; calculate shortest path with a mode of betweenness centrality.
Betweenness centrality
Closeness centrality
Closeness eccentricity
Clustering coefficient
Pagerank

When applicable to the alorithm you can indicate whether you want to use the graph's weight (weight being the total edge length between nodes based on duplicate edges):

WeightDescription
To closenessEdges add to a shorter total edge length (lower weight).
To distanceEdges add to a longer total edge length (higher weight).