TimeSeriesPoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TimeSeriesPoint() | |
TimeSeriesPoint(Dictionary<String,Object>) | |
TimeSeriesPoint(Double, Double, Boolean, Dictionary<String,Object>) |
TimeSeriesPoint()
public TimeSeriesPoint ();
Public Sub New ()
適用対象
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))
パラメーター
- dimension
- Dictionary<String,Object>
適用対象
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))
パラメーター
- value
- Double
- expectedValue
- Double
- isAnomaly
- Boolean
- dimension
- Dictionary<String,Object>