Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
Description
A directed clustering coefficient algorithm can be implemented using an efficient triangle listing implementation which emits not only the three vertex IDs forming the triangle but also a bitmask indicating which edges form the triangle. A triangle can be formed with a minimum of three or maximum of six directed edges. Directed clustering coefficient can then shatter the triangles and emit a score of either 1 or 2 for each vertex.
Attachments
Issue Links
- depends upon
-
FLINK-4013 GraphAlgorithms to simplify directed and undirected graphs
- Closed
-
FLINK-3945 Degree annotation for directed graphs
- Closed
- links to