共用方式為


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 = New York City,Dataceter = DC1。 當使用 Dimension 時,此字典的值是物件,將會使用 Object 的等於函式。 如果您有自訂類別,則必須定義 Equals 函式。

ExpectedValue

時間序列點的預測值。

IsAnomaly

點是否為異常點。

Value

時間序列點的值。

方法

Equals(TimeSeriesPoint)
GetHashCode()

適用於