Re: [Gelly] question about vertex-centric Iteration

2015-04-11 Thread Vasiliki Kalavri
Hi, you can actually implement each of the algorithm phases in a separate superstep. Inside the VertexUpdateFunction and the MessagingFunction, you can easily check in which superstep you are by calling the "getSuperstepNumber()" method. For example, if the superstep number is odd, you execute ph

[Gelly] question about vertex-centric Iteration

2015-04-11 Thread Yi ZHOU
Hello, In vertex-centric Iteration, in each iteration, the vertices sends and recieves messages once. However, to implement Affinity Propogation algortihm, I need to update responsibility and availability in one iteration(superstep): 1, each vertex send and recieves messages from neigbor vertic