TimeSeriesPoint 类

定义

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

构造函数

TimeSeriesPoint()
TimeSeriesPoint(Dictionary<String,Object>)
TimeSeriesPoint(Double, Double, Boolean, Dictionary<String,Object>)

属性

Delta

值与预期值之间的差异。

Dimension

点的维度信息。 例如,City = 纽约市,Dataceter = DC1。 此字典的值是一个对象,当使用 Dimension 时,将使用对象相等函数。 如果你有自定义类,则需要定义 Equals 函数。

ExpectedValue

时序点的预测值。

IsAnomaly

点是否为异常点。

Value

时序点的值。

方法

Equals(TimeSeriesPoint)
GetHashCode()

适用于