Skip to content

The first release

Pre-release
Pre-release
Compare
Choose a tag to compare
@zheng-da zheng-da released this 31 Oct 23:19

This release provides the programming framework for users to implement graph algorithms for processing massive graphs. It also provides some graph algorithm implementation such as

  • weakly connected components,
  • strongly connected components,
  • PageRank,
  • triangle counting,
  • diameter estimation,
  • Kcore,
  • clustering coefficient,
  • spectral clustering,
    ...

It also provides an eigensolver and SVD.

The release also provides R bindings, so that R users can invoke the existing graph implementation in FlashGraph to process massive graphs.