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);