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 voidbeginRun(int thisRun)voidmap(Sample<T> value)java.lang.Doublereduce()voidreset()intruns()
-