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