9 references to MinHeap
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (1)
621
_aboveMedianHeap = new MedianAggregatorUtils.
MinHeap
<double>(contatinerStartingSize);
Transforms\NormalizeColumnSng.cs (1)
779
_aboveMedianHeap = new MedianAggregatorUtils.
MinHeap
<TFloat>(contatinerStartingSize);
Microsoft.ML.Tests (7)
Transformers\NormalizerTests.cs (7)
1097
var minHeap = new MedianAggregatorUtils.
MinHeap
<float>((numberOfItems / 2) + 1);
1127
MedianAggregatorUtils.MinHeap<float> heap = new MedianAggregatorUtils.
MinHeap
<float>(10);
1138
heap = new MedianAggregatorUtils.
MinHeap
<float>(10);
1149
heap = new MedianAggregatorUtils.
MinHeap
<float>(10);
1160
heap = new MedianAggregatorUtils.
MinHeap
<float>(10);
1170
heap = new MedianAggregatorUtils.
MinHeap
<float>(10);
1181
heap = new MedianAggregatorUtils.
MinHeap
<float>(10000);