Skip to content

Commit

Permalink
Merge pull request #1 from orthographic-pedant/spell_check/continuous
Browse files Browse the repository at this point in the history
Fix typographical error(s). Thanks!
  • Loading branch information
akyrola committed Oct 7, 2015
2 parents cd562d0 + a25688f commit 85ace91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Source: https://github.com/GraphChi/graphchiDB-scala/blob/master/src/main/scala/
This example creates a graph from a social network data. For each edge, we add a timestamp and weight column. In this example, this values
are populated with random values, so they are just provided as an example.

In addition, the example computes continously Pagerank for each vertex. You can also invoke a connected components computation. Note that these computations operate in the background and if the graph changes, also their results can become incorrect.
In addition, the example computes continuously Pagerank for each vertex. You can also invoke a connected components computation. Note that these computations operate in the background and if the graph changes, also their results can become incorrect.

This example shows also how to compute simple social network recommendations based on friends-of-friends.

Expand Down

0 comments on commit 85ace91

Please sign in to comment.