The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Algorithm::LSH::Hash::Hamming - Hash function class (Hamming Distance)

SYNOPSYS

  use Algorithm::LSH::Hash::Hamming;
  my $hash = Algorithm::LSH::Hash::Hamming->new;
  my $hashed_array = $hash->do_hashing([123,456,789]);

METHODS

do_hashing

AUTHOR

Takeshi Miki <miki@cpan.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO