[ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to