4 references to GetLeftChildIndex
Microsoft.ML.Data (4)
Transforms\NormalizeColumnSng.cs (4)
553protected bool HasLeftChild(int elementIndex) => GetLeftChildIndex(elementIndex) < Elements.Count; 557protected TType GetLeftChild(int elementIndex) => Elements[GetLeftChildIndex(elementIndex)]; 620var biggerIndex = GetLeftChildIndex(index); 663var smallerIndex = GetLeftChildIndex(index);