2 instantiations of PredictionEngineOptions
Microsoft.ML.IntegrationTests (2)
Prediction.cs (2)
110var engine = mlContext.Model.CreatePredictionEngine<TypeTestData, Prediction>(model, new PredictionEngineOptions()); 125var options = new PredictionEngineOptions()
4 references to PredictionEngineOptions
Microsoft.ML.Data (1)
Model\ModelOperationsCatalog.cs (1)
346public PredictionEngine<TSrc, TDst> CreatePredictionEngine<TSrc, TDst>(ITransformer transformer, PredictionEngineOptions options)
Microsoft.ML.IntegrationTests (1)
Prediction.cs (1)
125var options = new PredictionEngineOptions()
Microsoft.ML.TimeSeries (2)
PredictionEngine.cs (2)
155internal TimeSeriesPredictionEngine(IHostEnvironment env, ITransformer transformer, PredictionEngineOptions options) : 430PredictionEngineOptions options)