Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-4934

Triadic Census

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Implemented
    • 1.2.0
    • 1.2.0
    • None

    Description

      A triad is any three vertices in a graph. An undirected graph has 4 types of triads (with 0, 1, 2, or 3 edges among the three vertices) and a directed graph has 16 types (http://vlado.fmf.uni-lj.si/pub/networks/doc/triads/triads.pdf).

      This can be implemented as an analytic. The undirected implementation will use VertexMetrics and TriangleCount. The directed implementation will use VertexDegrees and TriangleListing with postprocessing.

      This could be added to the TriangleListing driver in Gelly examples.

      Attachments

        Issue Links

          Activity

            People

              greghogan Greg Hogan
              greghogan Greg Hogan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: