pub fn dimension_heatmap(
trajectory: &[(i64, &[f32])],
) -> Result<DimensionHeatmap, AnalyticsError>Expand description
Build a dimension heatmap from a trajectory.
Computes the absolute per-dimension change between consecutive points.
pub fn dimension_heatmap(
trajectory: &[(i64, &[f32])],
) -> Result<DimensionHeatmap, AnalyticsError>Build a dimension heatmap from a trajectory.
Computes the absolute per-dimension change between consecutive points.