Edges don't change over time
Edges change over time
Number of node features remain same for all nodes
Number of node features is not constant for all nodes
- timestamp: Can be used as integer indices or converted to timestamp in notebooks later
- node: Node ID
- feature: Node Feature ID
- value: Generated value in the range 0 to 1
- timestamp: Can be used as integer indices or converted to timestamp in notebooks later
- source: Source Node ID
- target: Target Node ID
- feature: Edge Feature ID
- value: Edge feature value
Note: This is exhaustive and pairs of source target not containing an edge has None as value
✅ Static - Homogenous