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