Hi everyone, in Gelly I use the Scatter-Gather Iteration to create clusters depends on edge-values.
During a superstep each vertex has to sum all edge values of its neighbors. The scatter and gather functions both works on one vertex. How can I get the out and in-going edges of each vertex? Or Does the iterations works with triplets and if: how? Best, Marc