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.
pub fn alignment_stats(
k: &KernelMatrix,
target: &KernelMatrix,
) -> Result<AlignmentStats, AlignmentError>Compute all alignment metrics in a single pass.
Returns AlignmentStats containing KTA, CKA, and HSIC values.