Expand description
Temporal sequence feature computation for graph nodes.
This module provides temporal analysis features including:
- Transaction velocity (amount per time)
- Inter-event interval statistics
- Burst detection using Kleinberg-style counting
- Trend analysis via linear regression
- Seasonality scoring via weekly pattern variance
- Per-window aggregation features
Structs§
- Temporal
Config - Configuration for temporal feature computation.
- Temporal
Features - Temporal sequence features for a single node.
- Temporal
Index - Index for efficient temporal queries on graph edges.
- Window
Features - Aggregated features for a specific time window.
Functions§
- compute_
all_ temporal_ features - Computes temporal features for all nodes in the graph.
- compute_
temporal_ sequence_ features - Computes temporal sequence features for a single node.