classify

QRNN.classify(x, threshold)[source]

Classify output based on posterior PDF and given numeric threshold.

Parameters
  • x – The input data as np.ndarray or backend-specific dataset object.

  • threshold – The numeric threshold to apply for classification.