dqa.tasks.transformations.BinaryChangeIndicatorMargin#

class dqa.tasks.transformations.BinaryChangeIndicatorMargin(scale_of: str, margin: float, **kwargs)#

Generates an indicator time series that takes the value 1 around certain chaining points with a specified margin. The changing points are given as a list input.

Parameters:
  • scale_of (str) – The result is generated as a vector of the same length as the data row with this name.

  • margin (float) – All the output entries are set to 1 up to a distance of margin around the changing points listed in the input.

Methods

finish()

Can perform actions that are required to clean up after the task has finished, e.g. close network connections etc.

in_out_default

input_output_dataset

input_output_machine

input_output_mode

input_output_name

log

modify_data_row

modify_dataset

modify_dataset_dict

modify_machine

modify_measurement

set_logging_level

transfer_metadata