public static final class PageRank.EpsilonFilter extends Object implements FilterFunction<Tuple2<Tuple2<Long,Double>,Tuple2<Long,Double>>>
Constructor and Description |
---|
EpsilonFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
filter(Tuple2<Tuple2<Long,Double>,Tuple2<Long,Double>> value)
The filter function that evaluates the predicate.
|
public boolean filter(Tuple2<Tuple2<Long,Double>,Tuple2<Long,Double>> value)
FilterFunction
IMPORTANT: The system assumes that the function does not modify the elements on which the predicate is applied. Violating this assumption can lead to incorrect results.
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.