CalibrationEstimator.reset

giant.calibration.estimators:

abstract CalibrationEstimator.reset()[source]

This method resets all of the data attributes to their default values to prepare for another estimation.

This should reset

to their default values (typically None) to ensure that data from one estimation doesn’t get mixed with data from a subsequent estimation. You may also choose to reset some other attributes depending on the implementation of the estimator.

Return type:

None