Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
MinMaxNormalize¶
- class MinMaxNormalize(validate=True)[source]¶
Normalizes the data.
Create new node.
- Parameters:
validate (
bool) – If set to False the DataAction will not validate its input.
Methods
MinMaxNormalize.__call__(data)Call the data action of this node on the data.
MinMaxNormalize.__call__(data)Call the data action of this node on the data.