Algorithm-HITS
view release on metacpan or search on metacpan
lib/Algorithm/HITS.pm view on Meta::CPAN
=head2 RETURN RESULT
Return hub vector and authority vector in PDL object format.
$h->result();
=head2 SETTINGS
Set initial authority vector. Vector is normalized to unit Euclidean
length.
$h->set_authority(\@v);
Set initial hub vector. Vector is normalized to unit Euclidean length.
$h->set_hub(\@v);
=head1 ACKNOWLEDGEMENT
Thanks goes to Hugo Zanghi for pointing out the bug in normalizing vectors.
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2004 by Yung-chung Lin (a.k.a. xern) <xern@cpan.org>
( run in 0.576 second using v1.01-cache-2.11-cpan-65fba6d93b7 )