你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntireDetectResponse 类

定义

public class EntireDetectResponse
type EntireDetectResponse = class
Public Class EntireDetectResponse
继承
EntireDetectResponse

构造函数

EntireDetectResponse()

初始化 EntireDetectResponse 类的新实例。

EntireDetectResponse(Int32, IList<Double>, IList<Double>, IList<Double>, IList<Boolean>, IList<Boolean>, IList<Boolean>)

初始化 EntireDetectResponse 类的新实例。

属性

ExpectedValues

获取或设置 expectedValues 包含每个输入点的预期值。 数组的索引与输入序列一致。

IsAnomaly

获取或设置 isAnomaly 包含每个输入点的异常属性。 True 表示检测到负或正异常。 数组的索引与输入序列一致。

IsNegativeAnomaly

获取或设置 isNegativeAnomaly 在每个输入点的负方向包含异常状态。 True 表示检测到负异常。 负异常意味着该点被检测为异常,其实际值小于预期值。 数组的索引与输入序列一致。

IsPositiveAnomaly

获取或设置 isPositiveAnomaly 包含每个输入点正向的异常状态。 True 表示检测到正异常。 正异常意味着该点被检测为异常,并且其实际值大于预期值。 数组的索引与输入序列一致。

LowerMargins

获取或设置 lowerMargins 包含每个输入点的较低边距。 LowerMargin 用于计算 lowerValue,它等于 expectedValue - (100 - marginScale) *lowerMargin。 边界之间的点可以在客户端标记为普通点。 数组的索引与输入序列一致。

Period

获取或设置从序列中提取的频率,零表示未找到循环模式。

UpperMargins

获取或设置 upperMargins 包含每个输入点的上边距。 UpperMargin 用于计算 upperValue,它等于 expectedValue + (100 - marginScale) *upperMargin。 响应中的异常可以按 upperBoundary 和 lowerBoundary 进行筛选。 通过调整 marginScale 值,可以在客户端中筛选不太重要的异常。 数组的索引与输入序列一致。

方法

Validate()

验证 对象。

适用于