public static final class PageRank.Dampener extends Object implements MapFunction<Tuple2<Long,Double>,Tuple2<Long,Double>>
Constructor and Description |
---|
Dampener(double dampening,
double numVertices) |
Modifier and Type | Method and Description |
---|---|
Tuple2<Long,Double> |
map(Tuple2<Long,Double> value)
The mapping method.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.