Function simhash::similarity_streams[][src]

pub fn similarity_streams<'w1, 'w2, W1, W2>(words1: W1, words2: W2) -> f64 where
    W1: Iterator<Item = &'w1 str>,
    W2: Iterator<Item = &'w2 str>, 

Calculate similarity of two streams of string slices by simhash