TimeSeriesPoint Constructors

Definition

Overloads

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

TimeSeriesPoint()

public TimeSeriesPoint ();
Public Sub New ()

Applies to

TimeSeriesPoint(Dictionary<String,Object>)

public TimeSeriesPoint (System.Collections.Generic.Dictionary<string,object> dimension);
new Microsoft.ML.TimeSeries.TimeSeriesPoint : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.ML.TimeSeries.TimeSeriesPoint
Public Sub New (dimension As Dictionary(Of String, Object))

Parameters

dimension
Dictionary<String,Object>

Applies to

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

public TimeSeriesPoint (double value, double expectedValue, bool isAnomaly, System.Collections.Generic.Dictionary<string,object> dimension);
new Microsoft.ML.TimeSeries.TimeSeriesPoint : double * double * bool * System.Collections.Generic.Dictionary<string, obj> -> Microsoft.ML.TimeSeries.TimeSeriesPoint
Public Sub New (value As Double, expectedValue As Double, isAnomaly As Boolean, dimension As Dictionary(Of String, Object))

Parameters

value
Double
expectedValue
Double
isAnomaly
Boolean
dimension
Dictionary<String,Object>

Applies to