TrainableModel.predict¶
- abstract TrainableModel.predict(X)[소스]¶
Predict using the network specified to the model.
- 매개변수:
X (
ndarray
) – The input data.- 예외 발생:
QiskitMachineLearningError – Model needs to be fit to some training data first
- 반환 형식:
- 반환:
The predicted classes.