3 references to GetMedianInPlace
Microsoft.ML.Ensemble (2)
OutputCombiners\Median.cs (1)
85
dst = MathUtils.
GetMedianInPlace
(src, src.Length);
OutputCombiners\MultiMedian.cs (1)
93
editor.Values[i] = MathUtils.
GetMedianInPlace
(raw, count);
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
377
float median = MathUtils.
GetMedianInPlace
(distances, distances.Length);