|
Change Parameter Type inMessages : MessageIterator<Long> to inMessages : MessageIterator<VV> in method public updateVertex(vertex Vertex<K,VV>, inMessages MessageIterator<VV>) : void in class org.apache.flink.graph.library.LabelPropagation.UpdateVertexLabel |
From |
To |
|
Change Parameter Type vertex : Vertex<K,Long> to vertex : Vertex<K,VV> in method public sendMessages(vertex Vertex<K,VV>) : void in class org.apache.flink.graph.library.LabelPropagation.SendNewLabelToNeighbors |
From |
To |
|
Change Parameter Type vertex : Vertex<K,Long> to vertex : Vertex<K,VV> in method public updateVertex(vertex Vertex<K,VV>, inMessages MessageIterator<VV>) : void in class org.apache.flink.graph.library.LabelPropagation.UpdateVertexLabel |
From |
To |
|
Change Parameter Type input : Graph<K,Long,EV> to input : Graph<K,VV,EV> in method public run(input Graph<K,VV,EV>) : DataSet<Vertex<K,VV>> in class org.apache.flink.graph.library.LabelPropagation |
From |
To |
|
Change Variable Type msg : Long to msg : VV in method public updateVertex(vertex Vertex<K,VV>, inMessages MessageIterator<VV>) : void in class org.apache.flink.graph.library.LabelPropagation.UpdateVertexLabel |
From |
To |
|
Change Variable Type labelsWithFrequencies : Map<Long,Long> to labelsWithFrequencies : Map<VV,Long> in method public updateVertex(vertex Vertex<K,VV>, inMessages MessageIterator<VV>) : void in class org.apache.flink.graph.library.LabelPropagation.UpdateVertexLabel |
From |
To |
|
Change Variable Type mostFrequentLabel : long to mostFrequentLabel : VV in method public updateVertex(vertex Vertex<K,VV>, inMessages MessageIterator<VV>) : void in class org.apache.flink.graph.library.LabelPropagation.UpdateVertexLabel |
From |
To |
|
Change Variable Type entry : Entry<Long,Long> to entry : Entry<VV,Long> in method public updateVertex(vertex Vertex<K,VV>, inMessages MessageIterator<VV>) : void in class org.apache.flink.graph.library.LabelPropagation.UpdateVertexLabel |
From |
To |