public static final class PageRank.VertexRankUpdater<K> extends org.apache.flink.graph.spargel.GatherFunction<K,Double,Double>
| Constructor and Description |
|---|
VertexRankUpdater(double beta) |
| Modifier and Type | Method and Description |
|---|---|
void |
updateVertex(org.apache.flink.graph.Vertex<K,Double> vertex,
org.apache.flink.graph.spargel.MessageIterator<Double> inMessages) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.