4 instantiations of Column
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
4455
Columns = new[] { new ColumnConcatenatingTransformer.
Column
{ Name = "Features", Source = new[] { "Categories", "NumericFeatures" } } }
Microsoft.ML.Data (3)
Transforms\ColumnConcatenatingTransformer.cs (3)
52
var res = new
Column
();
98
var column = new
Column
();
113
Columns = new[] { new
Column
()
6 references to Column
Microsoft.ML.Data (6)
Transforms\ColumnConcatenatingTransformer.cs (6)
49
internal static
Column
Parse(string str)
52
var
res = new Column();
83
var
res =
Column
.Parse(str);
98
var
column = new Column();
122
public
Column
[] Columns;