TimeSeriesPoint Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
TimeSeriesPoint() | |
TimeSeriesPoint(Dictionary<String,Object>) | |
TimeSeriesPoint(Double, Double, Boolean, Dictionary<String,Object>) |
TimeSeriesPoint()
- Source:
- RootCauseLocalizationType.cs
- Source:
- RootCauseLocalizationType.cs
- Source:
- RootCauseLocalizationType.cs
public TimeSeriesPoint();
Public Sub New ()
Se aplica a
TimeSeriesPoint(Dictionary<String,Object>)
- Source:
- RootCauseLocalizationType.cs
- Source:
- RootCauseLocalizationType.cs
- Source:
- 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))
Parámetros
- dimension
- Dictionary<String,Object>
Se aplica a
TimeSeriesPoint(Double, Double, Boolean, Dictionary<String,Object>)
- Source:
- RootCauseLocalizationType.cs
- Source:
- RootCauseLocalizationType.cs
- Source:
- 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))
Parámetros
- value
- Double
- expectedValue
- Double
- isAnomaly
- Boolean
- dimension
- Dictionary<String,Object>