4 references to GetRightChildIndex
Microsoft.ML.Data (4)
Transforms\NormalizeColumnSng.cs (4)
554protected bool HasRightChild(int elementIndex) => GetRightChildIndex(elementIndex) < Elements.Count; 558protected TType GetRightChild(int elementIndex) => Elements[GetRightChildIndex(elementIndex)]; 623biggerIndex = GetRightChildIndex(index); 666smallerIndex = GetRightChildIndex(index);