Network Action Set: Syntax

Provides actions for network analysis

Table of Actions

Action NameDescription
biconnectedComponentsCalculates the biconnected components and articulation points of a graph
centralityCalculates the centrality metrics of a graph
cliqueCalculates the maximal cliques of a graph
communityDetects communities of a graph
connectedComponentsCalculates the connected components of a graph
coreCalculates the core decomposition of a graph
cycleCalculates the cycles of a graph
nodeSimilarityCalculates the node similarity values based on graph structure
pathCalculates the paths of a graph
patternMatchQueries the graph for pattern matches
reachCalculates the reach (ego network) of a graph
readGraphReads a graph
shortestPathCalculates the shortest paths between pairs of nodes in a graph
summaryCalculates the summary statistics of a graph
transitiveClosureCalculates the transitive closure of a graph
Last updated: June 07, 2018