DiscriminativeNetwork.get_label

abstract DiscriminativeNetwork.get_label(x)[source]

Apply quantum/classical neural network to the given input sample and compute the respective data label

Parameters

x (Discriminator) – input, i.e. data sample.

Raises

NotImplementedError – not implemented