你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IImageObjectDetectionBase.ModelSettingEarlyStoppingDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Minimum number of epochs or validation evaluations to wait before primary metric improvement is tracked for early stopping. Must be a positive integer.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\n is tracked for early stopping. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="earlyStoppingDelay")]
public int? ModelSettingEarlyStoppingDelay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\n is tracked for early stopping. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="earlyStoppingDelay")>]
member this.ModelSettingEarlyStoppingDelay : Nullable<int> with get, set
Public Property ModelSettingEarlyStoppingDelay As Nullable(Of Integer)
Property Value
- Attributes