次の方法で共有


SmoothedHingeLoss(Single) コンストラクター

定義

滑らかなヒンジの損失のコンストラクター。

public SmoothedHingeLoss (float smoothingConstant = 1);
new Microsoft.ML.Trainers.SmoothedHingeLoss : single -> Microsoft.ML.Trainers.SmoothedHingeLoss
Public Sub New (Optional smoothingConstant As Single = 1)

パラメーター

smoothingConstant
Single

平滑化定数。

適用対象