Udostępnij za pośrednictwem


ILossFunction<TOutput,TLabel>.Loss(TOutput, TLabel) Metoda

Definicja

Oblicza utratę, biorąc pod uwagę dane wyjściowe i podstawowe informacje. Należy pamiętać, że wartość zwracana ma typ Double, ponieważ strata jest zwykle skumulowana w wielu wystąpieniach.

public double Loss (TOutput output, TLabel label);
abstract member Loss : 'Output * 'Label -> double
Public Function Loss (output As TOutput, label As TLabel) As Double

Parametry

output
TOutput
label
TLabel

Zwraca

Dotyczy