Skip to main content

alignment_stats

Function alignment_stats 

Source
pub fn alignment_stats(
    k: &KernelMatrix,
    target: &KernelMatrix,
) -> Result<AlignmentStats, AlignmentError>
Expand description

Compute all alignment metrics in a single pass.

Returns AlignmentStats containing KTA, CKA, and HSIC values.