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 vertices to
update the responsibility.
2, each vertex sends and recieves messages from neigbor vertices to
update the availability.
That means, I need to send->update->send->update in each super step. How
can i achieve this ? Does any have some suggestions?
Also, I saw the setNewVertexValue() in VertexUpdater , can I update the
value of adjacent edges in VertexUpdater?
- [Gelly] question about vertex-centric Iteration Yi ZHOU
-