次の方法で共有


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 を使用すると、Object の equals 関数が使用されます。 カスタマイズしたクラスがある場合は、Equals 関数を定義する必要があります。

ExpectedValue

時系列ポイントの予測値。

IsAnomaly

ポイントが異常ポイントかどうか。

Value

時系列ポイントの値。

メソッド

Equals(TimeSeriesPoint)
GetHashCode()

適用対象