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