NAME
Algorithm::LSH::Bucket - Data bucket class
SYNOPSYS
use Algorithm::LSH::Bucket;
my $bucket = Algorithm::LSH::Bucket;
$bucket->insert($label, $vector, $hashed_arrayref);
$bucket->select($vector, $hashed_arrayref, $without_self_opiton);
METHODS
insert
select
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.