page_rank - PageRank implementation for Ruby

VERSION

This documentation refers to page_rank version 0.1.0.

DESCRIPTION

Calculates the PageRank of a network.

Documentation

blackwinter.github.com/page_rank

Source code

github.com/blackwinter/page_rank

RubyGem

rubygems.org/gems/page_rank

Travis CI

travis-ci.org/blackwinter/page_rank

LITERATURE

AUTHORS

LICENSE AND COPYRIGHT

Copyright (C) 2016 Jens Wille

page_rank is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

page_rank is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with page_rank. If not, see <www.gnu.org/licenses/>.