dqa.tasks.transformations.EntrywiseProduct#
- class dqa.tasks.transformations.EntrywiseProduct(input_name: str | List[str], output_name: str, **kwargs)#
Computes the entrywise product of multiple data rows.
All data rows specified by input_name have to be of equal length and will be multiplied entrywise and the result will be returned to data row output_name.
- Parameters:
input_name (str or list of str,) – The data rows that should be multiplied.
output_name (str) – The name of the result data row.
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
operation
set_logging_level
transfer_metadata