TimeSeriesPoint Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TimeSeriesPoint() | |
TimeSeriesPoint(Dictionary<String,Object>) | |
TimeSeriesPoint(Double, Double, Boolean, Dictionary<String,Object>) |
TimeSeriesPoint()
public TimeSeriesPoint ();
Public Sub New ()
S’applique à
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))
Paramètres
- dimension
- Dictionary<String,Object>
S’applique à
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))
Paramètres
- value
- Double
- expectedValue
- Double
- isAnomaly
- Boolean
- dimension
- Dictionary<String,Object>