3 references to Sentiment
Microsoft.ML.Tests (3)
Transformers\TextFeaturizerTests.cs (3)
768
Assert.Equal(input.
Sentiment
, prediction.Sentiment);
769
Assert.True(input.
Sentiment
&& prediction.Score > 1 || !input.
Sentiment
&& prediction.Score < -1);