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