GitHub user greghogan opened a pull request:

    https://github.com/apache/flink/pull/2725

    [FLINK-4963] [gelly] Tabulate edge direction for directed VertexMetrics

    The current implementation simply counts edges. We can do one better and 
tabulate unidirectional (u:v but no v:u) and bidirectional edges (u:v and v:u).
    
    This is effectively the 'dyadic census'.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/greghogan/flink 
4963_tabulate_edge_direction_for_directed_vertexmetrics

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2725.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2725
    
----
commit 627dad97f53210e6bb9dfe0341a509550562447f
Author: Greg Hogan <[email protected]>
Date:   2016-10-28T16:28:41Z

    [FLINK-4963] [gelly] Tabulate edge direction for directed VertexMetrics
    
    The current implementation simply counts edges. We can do one better and
    tabulate unidirectional (u:v but no v:u) and bidirectional edges (u:v
    and v:u).
    
    This is effectively the 'dyadic census'.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to