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

Delegating GraphAlgorithm

    XMLWordPrintableJSON

Details

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

    Description

      Complex and related algorithms often overlap in computation of data. Two such examples are:
      1) the local and global clustering coefficients each use a listing of triangles
      2) the local clustering coefficient joins on vertex degree, and the underlying triangle listing annotates edge degree which uses vertex degree

      We can reuse and rewrite algorithm output by creating a ProxyObject as a delegate for method calls to the DataSet returned by the algorithm.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: