3 references to CreatePredictionEngine
Microsoft.Extensions.ML (1)
PredictionEnginePoolPolicy.cs (1)
37
_mlContext.Model.
CreatePredictionEngine
<TData, TPrediction>(
Microsoft.ML.IntegrationTests (2)
Prediction.cs (2)
110
var engine = mlContext.Model.
CreatePredictionEngine
<TypeTestData, Prediction>(model, new PredictionEngineOptions());
130
engine = mlContext.Model.
CreatePredictionEngine
<TypeTestData, Prediction>(model, options);