1 instantiation of SentimentData
Microsoft.Extensions.ML.Tests (1)
FileLoaderTests.cs (1)
54var prediction = engine.Predict(new SentimentData() { SentimentText = "This is great" });
1 reference to SentimentData
Microsoft.Extensions.ML.Tests (1)
FileLoaderTests.cs (1)
52var engine = context.Model.CreatePredictionEngine<SentimentData, SentimentPrediction>(model);