public class WorksetEmptyConvergenceCriterion extends Object implements ConvergenceCriterion<LongValue>
Modifier and Type | Field and Description |
---|---|
static String |
AGGREGATOR_NAME |
Constructor and Description |
---|
WorksetEmptyConvergenceCriterion() |
Modifier and Type | Method and Description |
---|---|
boolean |
isConverged(int iteration,
LongValue value)
Decide whether the iterative algorithm has converged
|
public static final String AGGREGATOR_NAME
public boolean isConverged(int iteration, LongValue value)
ConvergenceCriterion
isConverged
in interface ConvergenceCriterion<LongValue>
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.