ibex.core.utils.DownsamplingMethods¶
- class ibex.core.utils.DownsamplingMethods(value)¶
Bases:
EnumEnum class representing available downsampling methods. STEP and STEP_AVERAGE are implemented directly in ibex code, while MIN_MAX, M4, LTTB and MIN_MAX_LLTB methods are implemented in tsdownsample package (https://github.com/predict-idlab/tsdownsample).
Methods
validate_downsampling_target_size(method, ...)Attributes
NONESTEPSTEP_AVERAGEMIN_MAXM4LTTBMIN_MAX_LTTB