Neo4j:标签传播算法(LPA)结果中迭代的含义

Neo4j: meaning of the iterations in the result of the Label Propagation Algorithm (LPA)

我 运行 LPA 和我有以下结果:

运行迭代次数 = 9 是什么意思?一次迭代是否意味着标签转到下一个节点?我阅读了文档,但不确定我是否理解正确。

documentation 很清楚:

At every iteration of propagation, each node updates its label to the one that the maximum numbers of its neighbours belongs to. Ties are broken arbitrarily but deterministically.