你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IterationPerformance 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
IterationPerformance() |
初始化 IterationPerformance 类的新实例。 |
IterationPerformance(IList<TagPerformance>, Double, Double, Double, Double, Nullable<Double>) |
初始化 IterationPerformance 类的新实例。 |
IterationPerformance()
- Source:
- IterationPerformance.cs
- Source:
- IterationPerformance.cs
初始化 IterationPerformance 类的新实例。
public IterationPerformance ();
Public Sub New ()
适用于
IterationPerformance(IList<TagPerformance>, Double, Double, Double, Double, Nullable<Double>)
- Source:
- IterationPerformance.cs
- Source:
- IterationPerformance.cs
初始化 IterationPerformance 类的新实例。
public IterationPerformance (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.TagPerformance> perTagPerformance = default, double precision = 0, double precisionStdDeviation = 0, double recall = 0, double recallStdDeviation = 0, double? averagePrecision = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.IterationPerformance : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.TagPerformance> * double * double * double * double * Nullable<double> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.IterationPerformance
Public Sub New (Optional perTagPerformance As IList(Of TagPerformance) = Nothing, Optional precision As Double = 0, Optional precisionStdDeviation As Double = 0, Optional recall As Double = 0, Optional recallStdDeviation As Double = 0, Optional averagePrecision As Nullable(Of Double) = Nothing)
参数
- perTagPerformance
- IList<TagPerformance>
获取此迭代的每个标记性能详细信息。
- precision
- Double
获取精度。
- precisionStdDeviation
- Double
获取精度的标准偏差。
- recall
- Double
获取召回。
- recallStdDeviation
- Double
获取召回的标准偏差。