tpcp.validate
.MeanAggregator#
- class tpcp.validate.MeanAggregator(_value: T)[source]#
Aggregator that calculates the mean of the values.
Methods
aggregate
(values, datapoints)Aggregate a sequence of floats by taking the mean.
Return the value wrapped by aggregator.