다음을 통해 공유


IScalarLoss 인터페이스

정의

public interface IScalarLoss : Microsoft.ML.Trainers.ILossFunction<float,float>
type IScalarLoss = interface
    interface ILossFunction<single, single>
Public Interface IScalarLoss
Implements ILossFunction(Of Single, Single)
파생
구현

메서드

Derivative(Single, Single)

출력과 관련하여 손실 함수의 파생

Loss(TOutput, TLabel)

출력 및 지상 진리를 고려하여 손실을 계산합니다. 손실은 일반적으로 많은 인스턴스에 걸쳐 누적되므로 반환 값에는 Double 형식이 있습니다.

(다음에서 상속됨 ILossFunction<TOutput,TLabel>)

적용 대상