次の方法で共有


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>)

適用対象