Expand description
Interpretability layer: drift attribution, trajectory projection, dimension heatmaps.
Provides human-readable explanations of temporal vector evolution:
- DriftAttribution: per-dimension drift analysis with Pareto ranking
- TrajectoryProjector: PCA-based 2D/3D projection
- DimensionHeatmap: time × dimension change intensity matrix
Structs§
- Dimension
Contribution - A single dimension’s contribution to overall drift.
- Dimension
Heatmap - Time × dimension change intensity matrix.
- Drift
Attribution - Per-dimension drift attribution.
- Projected
Point - A 2D projected point.
Functions§
- dimension_
heatmap - Build a dimension heatmap from a trajectory.
- drift_
attribution - Compute drift attribution between two vectors.
- power_
iteration 🔒 - Power iteration for finding a principal component.
- project_
trajectory_ 2d - Project a trajectory to 2D using PCA.