2 writes to Name
Microsoft.ML.Data (2)
Transforms\TypeConverting.cs (2)
572
Name
= name;
587
Name
= name;
8 references to Name
Microsoft.ML.Data (8)
Transforms\TypeConverting.cs (8)
181
return columns.Select(x => (x.
Name
, x.InputColumnName)).ToArray();
462
result[i] = new DataViewSchema.DetachedColumn(_parent._columns[i].
Name
, _types[i], builder.ToAnnotations());
486
ctx.RemoveColumn(_parent._columns[iinfo].
Name
, false);
491
ctx.AddIntermediateVariable(_types[iinfo], _parent._columns[iinfo].
Name
)))
493
ctx.RemoveColumn(_parent._columns[iinfo].
Name
, true);
551
/// Name of column to transform. If set to <see langword="null"/>, the value of the <see cref="
Name
"/> will be used as source.
646
result[colInfo.
Name
] = new SchemaShape.Column(colInfo.
Name
, col.Kind, newType, false, col.Annotations);