RootCauseItem 类

定义

public sealed class RootCauseItem : IEquatable<Microsoft.ML.TimeSeries.RootCauseItem>
type RootCauseItem = class
    interface IEquatable<RootCauseItem>
Public NotInheritable Class RootCauseItem
Implements IEquatable(Of RootCauseItem)
继承
RootCauseItem
实现

构造函数

RootCauseItem(Dictionary<String,Object>)
RootCauseItem(Dictionary<String,Object>, List<String>)

字段

Dimension

检测到的根本原因点的维度。

Direction

检测到的根本原因点的方向应该是 AnomalyDirection

Path

路径是库为你选择的维度键的列表。 在此根本原因本地化库中,对于库的一次性调用,将获取路径,路径列表的长度始终为 1。 从一个库调用获取的不同 RootCauseItem 的路径与为输入选择的最佳维度相同。

Score

评分是一个值,用于评估异常事件的贡献。 范围介于 [0,1]。 分数越大,根本原因对异常造成最大影响。 参数 beta 对此分数有影响。 有关如何计算分数,可以参考源代码。

方法

Equals(RootCauseItem)

适用于