TimeSeriesPoint Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
TimeSeriesPoint() | |
TimeSeriesPoint(Dictionary<String,Object>) | |
TimeSeriesPoint(Double, Double, Boolean, Dictionary<String,Object>) |
TimeSeriesPoint()
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- RootCauseLocalizationType.cs
public TimeSeriesPoint();
Public Sub New ()
Gilt für:
TimeSeriesPoint(Dictionary<String,Object>)
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- RootCauseLocalizationType.cs
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))
Parameter
- dimension
- Dictionary<String,Object>
Gilt für:
TimeSeriesPoint(Double, Double, Boolean, Dictionary<String,Object>)
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- RootCauseLocalizationType.cs
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))
Parameter
- value
- Double
- expectedValue
- Double
- isAnomaly
- Boolean
- dimension
- Dictionary<String,Object>