3 references to ColumnOptions
Microsoft.ML.Data (3)
Transforms\ColumnConcatenatingTransformer.cs (3)
144
:
this
(name, GetPairs(inputColumnNames))
361
result[i] = new
ColumnOptions
(names[i],
400
.Select(c => new
ColumnOptions
(c.Name, c.Source.Select(kvp => (kvp.Value, kvp.Key != "" ? kvp.Key : null))))