noggin.logger.LiveMetric.set_epoch_datapoint

LiveMetric.set_epoch_datapoint(x: Optional[numbers.Real] = None)[source]

Mark the present iteration as an epoch, and compute the mean value of the metric since the past epoch.

Parameters:
x : Optional[Real]

Specify the domain-value to be set for this data point.