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