NAME
Algorithm::LSH::Hash::Cosine - Hash function class (Cosine)
SYNOPSYS
use Algorithm::LSH::Hash::Cosine;
my $hash = Algorithm::LSH::Hash::Cosine->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.