hosa.models.cnn.cnn_models.CNNRegression.predict

CNNRegression.predict(x, **kwargs)[source]

Predicts the target values using the input data in the trained model.

Parameters
  • x (numpy.ndarray) – Input data.

  • **kwargs – Extra arguments that are used in the TensorFlow’s model predict function. See here.

Returns

numpy.ndarray – Returns an array containing the estimates.