9 references to MaxHeap
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (1)
620
_belowMedianHeap = new MedianAggregatorUtils.
MaxHeap
<double>(contatinerStartingSize);
Transforms\NormalizeColumnSng.cs (1)
778
_belowMedianHeap = new MedianAggregatorUtils.
MaxHeap
<TFloat>(contatinerStartingSize);
Microsoft.ML.Tests (7)
Transformers\NormalizerTests.cs (7)
1098
var maxHeap = new MedianAggregatorUtils.
MaxHeap
<float>((numberOfItems / 2) + 1);
1200
MedianAggregatorUtils.MaxHeap<float> heap = new MedianAggregatorUtils.
MaxHeap
<float>(10);
1211
heap = new MedianAggregatorUtils.
MaxHeap
<float>(10);
1222
heap = new MedianAggregatorUtils.
MaxHeap
<float>(10);
1233
heap = new MedianAggregatorUtils.
MaxHeap
<float>(10);
1244
heap = new MedianAggregatorUtils.
MaxHeap
<float>(10);
1255
heap = new MedianAggregatorUtils.
MaxHeap
<float>(10000);