Skip to content

Spark-graph-algo-lib-Spark2.4.6 v2.1.0

Compare
Choose a tag to compare
@wyy566 wyy566 released this 30 Mar 02:36
· 2 commits to Spark2.4.6 since this release
7b5561a

Overview

In this version, the library provides 23 graph algorithms: triangle count (TC), weak clique enumeration (WCE), maximal clique enumeration (MCE), modularity, closeness, cycle detection (CD), label propagation algorithm (LPA), Louvain, PageRank, IncPageRank, Weighted PageRank, shortest-paths, Strongly Connected Components (SCC), Cycle Detection (CC), K-Core Decomposition (KCore), Degree Centrality (Degree), Breadth-First-Search (BFS), ClusteringCoefficient, TrustRank, PersonalizedPageRank, Betweenness, Node2Vec and SubgraphMatching.

Changes

This release includes 2 new graph algorithms and a patch:
-feature: Added 2 graph algorithms to the library.
-patch: Released a patch based for the library.
-jar: Released 2 jars based on Centos7.6 and Spark2.4.6.