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