GitHub user njayaram2 opened a pull request:
https://github.com/apache/incubator-madlib/pull/109
Feature: PageRank
JIRA: MADLIB-1069
- Introduces a new module that computes the PageRank of all nodes
in a directed graph.
- Implements the original PageRank algorithm that assumes a random
surfer model (https://en.wikipedia.org/wiki/PageRank#Damping_factor)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/njayaram2/incubator-madlib
feature/pagerank_pysql
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-madlib/pull/109.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #109
----
commit 3fe103fc92d74048eb2db17dcfd93e1ebd827229
Author: Nandish Jayaram <[email protected]>
Date: 2017-03-16T19:02:40Z
Feature: PageRank
JIRA: MADLIB-1069
- Introduces a new module that computes the PageRank of all nodes
in a directed graph.
- Implements the original PageRank algorithm that assumes a random
surfer model (https://en.wikipedia.org/wiki/PageRank#Damping_factor)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---