2 references to TryGetColumnIndex
Microsoft.ML.TestFrameworkCommon (2)
TestCommon.cs (2)
105
bool f1 = sch1.
TryGetColumnIndex
(name1, out col1);
106
bool f2 = sch2.
TryGetColumnIndex
(name2, out col2);