TimeSeriesPoint Class

Definition

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

Constructors

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

Properties

Delta

Difference between value and expected value.

Dimension

Dimension information for the point. For example, City = New York City, Dataceter = DC1. The value for this dictionary is an object, when the Dimension is used, the equals function for the Object will be used. If you have a customized class, you need to define the Equals function.

ExpectedValue

Forecasted value for the time series point.

IsAnomaly

Whether the point is an anomaly point.

Value

Value of a time series point.

Methods

Equals(TimeSeriesPoint)
GetHashCode()

Applies to