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