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