2 references to LeftChild
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEstimators.cs (2)
822
Assert.Equal(row.
LeftChild
, tree.LeftChild[nodeId]);
845
Assert.Equal(0, row.
LeftChild
);