VQC.predict¶
- VQC.predict(X)¶
Predict using the network specified to the model.
- Parameters:
X (ndarray) -- The input data.
- Raises:
QiskitMachineLearningError -- Model needs to be fit to some training data first
- Returns:
The predicted classes.
- Return type: