tnetwork.DynGraphIG.cumulated_graph

DynGraphIG.cumulated_graph(times=None)[source]

Compute the cumulated graph.

Return a networkx graph corresponding to the cumulated graph of the given period (whole graph by default)

Parameters:times – Intervals object or list of pairs (start, end)
Returns:a networkx (weighted) graph