NAME

Algorithm::RankAggregate - Base class of Pure Perl implementation of Rank Aggregate Algorithms

SYNOPSIS

use base qw/Algorithm::RankAggregate/;

DESCRIPTION

Algorithm::RankAggregate is base class of Pure Perl implementation of the some Rank Aggregate Algorithms.

AUTHOR

Toshinori Sato (@overlast) <overlasting {at} gmail.com>

SEE ALSO

https://github.com/overlast/private/tree/master/lang/perl/CPAN

LICENSE

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