postprocessor.core.processes.catch22.catch22¶
- class postprocessor.core.processes.catch22.catch22(parameters: catch22Parameters)¶
Bases:
PostProcessABCcatch22 class. It produces 22 normalised features for each time lapse in the signal (using the catch22 library.)
- Attributes
- parameters
Methods
as_function
default_parameters
run
- __init__(parameters: catch22Parameters)¶
Methods
__init__(parameters)as_function(data, *extra_data, **kwargs)default_parameters(*args, **kwargs)run(signal)Attributes
parameters