Loss.evaluate¶
- abstract Loss.evaluate(predict, target)[исходный код]¶
An abstract method for evaluating the loss function. Inputs are expected in a shape of
(N, *)
. WhereN
is a number of samples. Loss is computed for each sample individually.- Параметры:
- Результат:
An array with values of the loss function of the shape
(N, 1)
.- Исключение:
QiskitMachineLearningError – shapes of predict and target do not match
- Тип результата: