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