标签: apache-spark spark-streaming spark-graphx
我正在使用指南https://spark.apache.org/docs/latest/graphx-programming-guide.html熟悉Spark中的GraphX库 但是,读这个(并搜索互联网)我无法意识到函数strongConnectedComponents的输入参数 numIter 是什么: def strongConnectedComponents(numIter:Int):图形[VertexID,ED]
你能帮我理解这里的含义以及GraphX对SCC使用的算法是什么?