pub fn try_ncd_matrix_paths_backend(
paths: &[&str],
backend: &CompiledCompressionBackend,
variant: NcdVariant,
) -> InfotheoryResult<Vec<f64>>Expand description
Compute an n x n pairwise NCD matrix (row-major) for file paths with an explicit compiled compression backend.