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