Function drift_attribution

Source
pub fn drift_attribution(
    v1: &[f32],
    v2: &[f32],
    top_k: usize,
) -> DriftAttribution
Expand description

Compute drift attribution between two vectors.

Returns dimensions sorted by contribution (highest first).