postprocessor.core.processes.catch22.catch22

class postprocessor.core.processes.catch22.catch22(parameters: catch22Parameters)

Bases: PostProcessABC

catch22 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, *args, **kwargs)

default_parameters(*args, **kwargs)

run(signal)

Attributes

parameters