共用方式為


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

平滑常數。

適用於