"Fuzzy" Counter?

Miki Tebeka miki.tebeka at gmail.com
Tue Sep 23 08:34:19 EDT 2014


Greetings,

Before I start writing my own. Is there something like collections.Counter (fore frequencies) that does "fuzzy" matching?

Meaning x is considered equal to y if abs(x - y) < epsilon. (x, y and my case will be numpy.array).

Thanks,
--
Miki



More information about the Python-list mailing list