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