create_supraadjacency_matrix¶
- create_supraadjacency_matrix(tnet, intersliceweight=1)[source]¶
Returns a supraadjacency matrix from a temporal network structure
- Parameters:
tnet (teneto.TemporalNetwork) – Temporal network (any network type)
intersliceweight (int) – Weight that links the same node from adjacent time-points
- Returns:
supranet – Supraadjacency matrix
- Return type:
dataframe