PredictionEnginePool<TData,TPrediction> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供物件集區 PredictionEngine<TSrc,TDst> ,可用來進行預測。
public class PredictionEnginePool<TData,TPrediction> where TData : class where TPrediction : class, new()
type PredictionEnginePool<'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -> 'Prediction))> = class
Public Class PredictionEnginePool(Of TData, TPrediction)
類型參數
- TData
- TPrediction
- 繼承
-
PredictionEnginePool<TData,TPrediction>
建構函式
PredictionEnginePool<TData,TPrediction>(IServiceProvider, IOptions<MLOptions>, IOptionsFactory<PredictionEnginePoolOptions<TData,TPrediction>>) |
提供物件集區 PredictionEngine<TSrc,TDst> ,可用來進行預測。 |
方法
GetModel() |
取得用來建立集區 PredictionEngine 的模型。 |
GetModel(String) |
取得用來建立集區 PredictionEngine 的模型。 |
GetPredictionEngine() |
取得 PredictionEngine,可用來使用 |
GetPredictionEngine(String) |
取得具名模型的 PredictionEngine。 |
ReturnPredictionEngine(PredictionEngine<TData,TPrediction>) |
將租用的 PredictionEngine 傳回至集區。 |
ReturnPredictionEngine(String, PredictionEngine<TData,TPrediction>) |
將租用的 PredictionEngine 傳回至集區。 |
擴充方法
Predict<TData,TPrediction>(PredictionEnginePool<TData,TPrediction>, TData) |
使用集區中的 PredictionEngine,在一個範例上執行預測管線。 |
Predict<TData,TPrediction>(PredictionEnginePool<TData,TPrediction>, String, TData) |
使用集區中的 PredictionEngine,在一個範例上執行預測管線。 |