TimeSeriesPoint 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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 ()
适用于
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))
参数
- dimension
- Dictionary<String,Object>
适用于
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))
参数
- value
- Double
- expectedValue
- Double
- isAnomaly
- Boolean
- dimension
- Dictionary<String,Object>