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