2 instantiations of Column
Microsoft.ML.Data (2)
DataView\InternalSchemaDefinition.cs (2)
291
new
Column
(colName, colType, col.Generator, col.AnnotationInfos)
292
: new
Column
(colName, colType, memberInfo, col.AnnotationInfos);
16 references to Column
Microsoft.ML.Data (14)
DataView\DataViewConstructionUtils.cs (4)
158
var
currentColumn = schemaDef.Columns[i];
234
private Delegate CreateGetter(DataViewType colType, InternalSchemaDefinition.
Column
column, Delegate peek)
475
var
currentColumn = schemaDefn.Columns[i];
812
var
col = schemaDefn.Columns[i];
DataView\InternalSchemaDefinition.cs (4)
20
public readonly
Column
[] Columns;
128
private InternalSchemaDefinition(
Column
[] columns)
219
Column
[] dstCols = new
Column
[userSchemaDefinition.Count];
DataView\TypedCursor.cs (4)
77
private readonly InternalSchemaDefinition.
Column
[] _columns;
99
var acceptedCols = new List<InternalSchemaDefinition.
Column
>();
101
foreach (
var
col in schemaDefn.Columns)
356
private Action<TRow> GenerateSetter(DataViewRow input, int index, InternalSchemaDefinition.
Column
column, Delegate poke, Delegate peek)
Utils\ApiUtils.cs (2)
68
internal static Delegate GeneratePeek<TOwn, TRow>(InternalSchemaDefinition.
Column
column)
136
internal static Delegate GeneratePoke<TOwn, TRow>(InternalSchemaDefinition.
Column
column)
Microsoft.ML.Transforms (2)
CustomMappingTransformer.cs (1)
260
foreach (
var
col in inputDef.Columns)
StatefulCustomMappingTransformer.cs (1)
393
foreach (
var
col in inputDef.Columns)