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