You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tarek Auel (JIRA)" <ji...@apache.org> on 2015/06/01 09:05:17 UTC

[jira] [Comment Edited] (SPARK-7999) Graph complement

    [ https://issues.apache.org/jira/browse/SPARK-7999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566999#comment-14566999 ] 

Tarek Auel edited comment on SPARK-7999 at 6/1/15 7:04 AM:
-----------------------------------------------------------

I would propose

def complement(attr: ED, selfLoops: Boolean = false): Graph[VD, ED]

as interface. The self-loop parameter defines whether self loops (A-->A) should be created or not.


was (Author: tarekauel):
I would propose

def complement(attr: ED): Graph[VD, ED]

as interface

> Graph complement
> ----------------
>
>                 Key: SPARK-7999
>                 URL: https://issues.apache.org/jira/browse/SPARK-7999
>             Project: Spark
>          Issue Type: Sub-task
>            Reporter: Tarek Auel
>            Priority: Minor
>
> This task is for implementing the complement operation (compare to parent task).
> http://techieme.in/complex-graph-operations/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org