public class MeanEvaluator extends Object implements ApproximateEvaluator<StatCounter,BoundedDouble>
| Constructor and Description |
|---|
MeanEvaluator(int totalOutputs,
double confidence) |
| Modifier and Type | Method and Description |
|---|---|
StatCounter |
counter() |
BoundedDouble |
currentResult() |
void |
merge(int outputId,
StatCounter taskResult) |
int |
outputsMerged() |
public int outputsMerged()
public StatCounter counter()
public void merge(int outputId,
StatCounter taskResult)
merge in interface ApproximateEvaluator<StatCounter,BoundedDouble>public BoundedDouble currentResult()
currentResult in interface ApproximateEvaluator<StatCounter,BoundedDouble>