2 types derived from HeapBase
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
607
internal sealed class MaxHeap<TType> :
HeapBase
<TType> where TType : IComparable<TType>
650
internal sealed class MinHeap<TType> :
HeapBase
<TType> where TType : IComparable<TType>