2 references to GetParent
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
639
while (!IsRoot(index) && Elements[index].CompareTo(
GetParent
(index)) > 0)
682
while (!IsRoot(index) && Elements[index].CompareTo(
GetParent
(index)) < 0)