TrainableModel.predict¶
- abstract TrainableModel.predict(X)[source]¶
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.