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