4 references to Max
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
1125
float maxC = MathUtils.
Max
(cOutputs);
1129
float maxNC = MathUtils.
Max
(ncOutputs);
Microsoft.ML.Tests (2)
FeatureContributionTests.cs (1)
342
var max = MathUtils.
Max
(rawScores);
PermutationFeatureImportanceTests.cs (1)
985
var max = MathUtils.
Max
(rawScores);