你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IterationPerformance 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示训练的迭代的详细性能数据。
public class IterationPerformance
type IterationPerformance = class
Public Class IterationPerformance
- 继承
-
IterationPerformance
构造函数
IterationPerformance() |
初始化 IterationPerformance 类的新实例。 |
IterationPerformance(IList<TagPerformance>, Double, Double, Double, Double, Nullable<Double>) |
初始化 IterationPerformance 类的新实例。 |
属性
AveragePrecision |
获取平均精度(如果适用)。 |
PerTagPerformance |
获取此迭代的每个标记性能详细信息。 |
Precision |
获取精度。 |
PrecisionStdDeviation |
获取精度的标准偏差。 |
Recall |
获取召回。 |
RecallStdDeviation |
获取召回的标准偏差。 |