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