6 references to Sentiment
Microsoft.ML.Tests (6)
Scenarios\Api\Estimators\SimpleTrainAndPredict.cs (6)
47Assert.Equal(input.Sentiment, prediction.Sentiment); 48Assert.True(input.Sentiment && prediction.Score > 1 || !input.Sentiment && prediction.Score < -1); 86Assert.Equal(input.Sentiment, prediction.Sentiment); 87Assert.True(input.Sentiment && prediction.Score > 1 || !input.Sentiment && prediction.Score < -1);