4 references to AddColumnIfNeeded
Microsoft.ML.FastTree (4)
FastTree.cs (4)
1364
int featIdx =
AddColumnIfNeeded
(examples.Schema.Feature, toTranspose);
1365
int labelIdx =
AddColumnIfNeeded
(examples.Schema.Label, toTranspose);
1366
int groupIdx =
AddColumnIfNeeded
(examples.Schema.Group, toTranspose);
1367
int weightIdx =
AddColumnIfNeeded
(examples.Schema.Weight, toTranspose);