2 writes to _aboveMedianHeap
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
779_aboveMedianHeap = new MedianAggregatorUtils.MinHeap<TFloat>(contatinerStartingSize); 790MedianAggregatorUtils.GetMedianSoFar(value, ref _median, ref _belowMedianHeap, ref _aboveMedianHeap);