matrix_hamming_distance

Function matrix_hamming_distance 

Source
pub fn matrix_hamming_distance(a: &[Vec<bool>], b: &[Vec<bool>]) -> usize
Expand description

Compute the Hamming distance between two boolean matrices.