Algorithm-PageRank-XS

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    of this hash, where the values will be the vector.

    The result vector is normalized such that the sum is 1 (the L-1 norm).
    You can normalize it any other way you like if you don't like this.

BUGS
    None known.

TODO
    *   Support for "Personalized PageRank" (see
        <http://ilpubs.stanford.edu:8090/596/>)

    *   We may want to support "double" values rather than single floats

    *   We may or may not want to adjust the weighting of individual arcs,
        as you cannot do now.

    *   At present the indexes are "unsigned int", rather than "size_t".
        Thus this will not scale with 64-bit architectures.

    *   It'd be nice to be able to use mmap(2) to efficiently use the hard

lib/Algorithm/PageRank/XS.pm  view on Meta::CPAN

The result vector is normalized such that the sum is C<1> (the L-1 norm). You can normalize it any other way you like if you don't like this.

=head1 BUGS

None known.

=head1 TODO

=over 4

=item * Support for "Personalized PageRank" (see L<http://ilpubs.stanford.edu:8090/596/>)

=item * We may want to support C<double> values rather than single floats

=item * We may or may not want to adjust the weighting of individual arcs, as you cannot do now.

=item * At present the indexes are C<unsigned int>, rather than C<size_t>. Thus this will not scale with 64-bit architectures.

=item * It'd be nice to be able to use C<mmap(2)> to efficiently use the hard drive to scale to places where memory can't take us.

=back

ppport.h  view on Meta::CPAN


=head1 BUGS

If this version of F<ppport.h> is causing failure during
the compilation of this module, please check if newer versions
of either this module or C<Devel::PPPort> are available on CPAN
before sending a bug report.

If F<ppport.h> was generated using the latest version of
C<Devel::PPPort> and is causing failure of this module, please
file a bug report using the CPAN Request Tracker at L<http://rt.cpan.org/>.

Please include the following information:

=over 4

=item 1.

The complete output from running "perl -V"

=item 2.



( run in 0.888 second using v1.01-cache-2.11-cpan-df04353d9ac )