tnetwork.DynGraphLS.cumulated_graph

DynGraphLS.cumulated_graph(times=None, weighted=True)[source]

Compute the cumulated graph.

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

Parameters:times – a pair (start,end)
Returns:a networkx (weighted) graph