NAME
Algorithm::LSH::Storage - Base class for Algorithm::LSH::Storage::XXX
SYNOPSYS
package MyStorage;
use baes qw(Algorithm::LSH::Storage);
sub save{
# do something
}
sub load{
# do something
}
1;
METHODS
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.