lenskit.data.accum.ValueStatAccumulator#
- classlenskit.data.accum.ValueStatAccumulator#
Bases:
lenskit.data.accum._proto.Accumulator[float | None,ValueStatistics]An accumulator for single real values, computing basic statistics.
- propertyvalues:numpy.ndarray [tuple [int ],numpy.dtype [numpy.float64]]#
- Return type:
numpy.ndarray[tuple[int], numpy.dtype[numpy.float64]]
- accumulate()#
Compute the accumulated value from this accumulator.
- Return type: