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.
TrainableDataAction.train¶
- abstract TrainableDataAction.train(data)[source]¶
Train a DataAction.
Certain data processing nodes, such as a SVD, require data to first train.
- Parameters:
data (
ndarray
) – A data array for training. This is a single numpy array containing all circuit results input to the data processorDataProcessor#train()
method.