1 write to _sentimentModel
Microsoft.ML.PerformanceTests (1)
PredictionEngineBench.cs (1)
99
_sentimentModel
= mlContext.Model.CreatePredictionEngine<SentimentData, SentimentPrediction>(model);
1 reference to _sentimentModel
Microsoft.ML.PerformanceTests (1)
PredictionEngineBench.cs (1)
150
_sentimentModel
.Predict(_sentimentExample);