ash_model.utils.projections.bipartite_projection_by_time¶
- ash_model.utils.projections.bipartite_projection_by_time(h, keep_attrs=False)[source]¶
Returns a dictionary of NetworkX Graph objects that are the bipartite projections of the given ASH object for each time step.
- Parameters:
- Returns:
A dictionary where keys are time steps and values are NetworkX Graph objects representing the bipartite projection of the ASH at that time step.
- Return type: