2 writes to _belowMedianHeap
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (2)
620_belowMedianHeap = new MedianAggregatorUtils.MaxHeap<double>(contatinerStartingSize); 632MedianAggregatorUtils.GetMedianSoFar(value, ref _median, ref _belowMedianHeap, ref _aboveMedianHeap);