Algorithm-HITS

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
       Algorithm::HITS - Perl implementation of HITS algorithm

DESCRIPTION
       This module implements the HITS algorithm (Kleinberg's
       hypertext-induced topic selection).

       See also <http://www2002.org/CDROM/refer-
       eed/643/node1.html>

COPYRIGHT AND LICENSE
       Copyright (C) 2004 by Yung-chung Lin (a.k.a. xern)
       <xern@cpan.org>

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

lib/Algorithm/HITS.pm  view on Meta::CPAN

__END__
# Below is stub documentation for your module. You'd better edit it!

=head1 NAME

Algorithm::HITS - Perl implementation of HITS algorithm

=head1 DESCRIPTION

This module implements the HITS algorithm (Kleinberg's
hypertext-induced topic selection).

See also L<http://www2002.org/CDROM/refereed/643/node1.html>

=head1 USAGE

  use Algorithm::HITS;

  $h = new Algorithm::HITS;

=head2 SET UP GRAPH



( run in 0.273 second using v1.01-cache-2.11-cpan-94b05bcf43c )