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.