Interface Aggregate<T extends DoubleValue>
-
- All Known Implementing Classes:
FowlerBasic
,Gaussian
,Mean
,Median
,Mode
,RiskAggregationBasic
,SelfCalibratedModel
,SmoothedLinearModel
,Variance
public interface Aggregate<T extends DoubleValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginRun(int thisRun)
void
map(Sample<T> value)
java.lang.Double
reduce()
void
reset()
int
runs()
-