TimeSeriesPredictionEngine<TSrc,TDst>.Predict メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Predict(Nullable<Int32>, Nullable<Single>) |
予測のみのタスク。 |
Predict(TSrc, TDst) |
予測を実行します。 予測の場合、タスク |
Predict(TSrc, Nullable<Int32>, Nullable<Single>) |
予測を実行します。 予測の場合、タスク |
Predict(TSrc, TDst, Nullable<Int32>, Nullable<Single>) |
予測を実行します。 予測の場合、タスク |
Predict(Nullable<Int32>, Nullable<Single>)
予測のみのタスク。
public TDst Predict (int? horizon = default, float? confidenceLevel = default);
override this.Predict : Nullable<int> * Nullable<single> -> 'Dst
Public Function Predict (Optional horizon As Nullable(Of Integer) = Nothing, Optional confidenceLevel As Nullable(Of Single) = Nothing) As TDst
パラメーター
戻り値
適用対象
Predict(TSrc, TDst)
予測を実行します。 予測の場合、タスク example
のみを null のままにできます。
null でない場合 example
は、予測モデルを新しいオーバーベーションで更新するために使用できます。
異常検出の場合、モデルは常に .example
public override void Predict (TSrc example, ref TDst prediction);
override this.Predict : 'Src * 'Dst -> unit
Public Overrides Sub Predict (example As TSrc, ByRef prediction As TDst)
パラメーター
- example
- TSrc
予測エンジンへの入力。
- prediction
- TDst
エンジンからの予測/予測。
適用対象
Predict(TSrc, Nullable<Int32>, Nullable<Single>)
予測を実行します。 予測の場合、タスク example
のみを null のままにできます。
null でない場合 example
は、予測モデルを新しいオーバーベーションで更新するために使用できます。
public TDst Predict (TSrc example, int? horizon = default, float? confidenceLevel = default);
override this.Predict : 'Src * Nullable<int> * Nullable<single> -> 'Dst
Public Function Predict (example As TSrc, Optional horizon As Nullable(Of Integer) = Nothing, Optional confidenceLevel As Nullable(Of Single) = Nothing) As TDst
パラメーター
- example
- TSrc
予測エンジンへの入力。
戻り値
モデルの更新後の予測/予測 example
適用対象
Predict(TSrc, TDst, Nullable<Int32>, Nullable<Single>)
予測を実行します。 予測の場合、タスク example
のみを null のままにできます。
null でない場合 example
は、予測モデルを新しいオーバーベーションで更新するために使用できます。
異常検出の場合、モデルは常に .example
public void Predict (TSrc example, ref TDst prediction, int? horizon = default, float? confidenceLevel = default);
override this.Predict : 'Src * 'Dst * Nullable<int> * Nullable<single> -> unit
Public Sub Predict (example As TSrc, ByRef prediction As TDst, Optional horizon As Nullable(Of Integer) = Nothing, Optional confidenceLevel As Nullable(Of Single) = Nothing)
パラメーター
- example
- TSrc
予測エンジンへの入力。
- prediction
- TDst
エンジンからの予測/予測。