NeuralNetworkClassifier.predict¶
- NeuralNetworkClassifier.predict(X)[kaynak]¶
Predict using the network specified to the model.
- Parametreler:
X (
ndarray
) – The input data.- Harekete geçirir:
QiskitMachineLearningError – Model needs to be fit to some training data first
- Dönüş türü:
- Dönüşler:
The predicted classes.