dqa.tasks.time_series.WindowSplitBySamplingTime#
- class dqa.tasks.time_series.WindowSplitBySamplingTime(window_length, sampling_time_name: str, **kwargs)#
Splits input arrays into windows whose length depends on the sampling time.
- Parameters:
window_length – The length of the windows to split the data. The length has to be given in the same time unit used for the sampling time.
sampling_time_name (str) – Name of the metadata field containing the sampling time.
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
set_new_metadata_sampling_time
transfer_metadata