1 instantiation of Column
Microsoft.ML.Data (1)
DataView\LambdaColumnMapper.cs (1)
66var col = new Column(src, dst);
3 references to Column
Microsoft.ML.Data (3)
DataView\LambdaColumnMapper.cs (3)
66var col = new Column(src, dst); 72Func<IHostEnvironment, string, IDataView, Column, DataViewType, ValueMapper<int, int>, 84IHostEnvironment env, string name, IDataView input, Column col,