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