global_temporal_three_node_motif_multi#

global_temporal_three_node_motif_multi(graph, deltas, threads=None)#

Computes the global counts of three-edge up-to-three node temporal motifs for a range of timescales. See global_temporal_three_node_motif for an interpretation of each row returned.

Parameters:
  • graph (GraphView) – A directed raphtory graph

  • deltas (list[int]) – A list of delta values to use.

  • threads (int, optional) – The number of threads to use.

Returns:

A list of 40d arrays, each array is the motif count for a particular value of delta, returned in the order that the deltas were given as input.

Return type:

list[list[int]]