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