Choosing edges to gather from, during different iterations
8 views
Skip to first unread message
Chidananda Sridhar
unread,
May 22, 2013, 3:11:20 AM5/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to graph...@googlegroups.com
Hi,
In my GraphLab program, I would like to gather from ALL_EDGES in iteration 0, and only from IN_EDGES from iteration 1 onwards. Would this be possible? If not, can you please suggest a workaround?
Thanks,
Chidananda
Chidananda Sridhar
unread,
May 22, 2013, 3:15:39 AM5/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to graph...@googlegroups.com
I found the answer. I can do it using context.iteration( ). I am sorry, I did not read the documentation in detail before posting this question.