Calibrate
clsCalibrate
segCalibrate
Bases: ABC
ABC
Base model for calibration criterions
Features can be computed by calling the __call__() method. This class should not be directly instaniated, and instead used as the base class for calibration criterions.
__call__()
Bases: Calibrate