2 references to GetMedianSoFar
Microsoft.ML.Data (1)
Transforms\NormalizeColumnSng.cs (1)
790MedianAggregatorUtils.GetMedianSoFar(value, ref _median, ref _belowMedianHeap, ref _aboveMedianHeap);
Microsoft.ML.Tests (1)
Transformers\NormalizerTests.cs (1)
1102MedianAggregatorUtils.GetMedianSoFar(num, ref heapMedian, ref maxHeap, ref minHeap);