1 write to Schema
Microsoft.ML.Data (1)
Transforms\ColumnBindingsBase.cs (1)
721
Schema
= SchemaExtensions.MakeSchema(schemaColumns);
7 references to Schema
Microsoft.ML.Data (7)
DataView\RowToRowMapperTransform.cs (6)
89
public override DataViewSchema OutputSchema => _bindings.
Schema
;
108
return new ColumnBindings(inputSchema, mapper.GetOutputColumns()).
Schema
;
149
int n = _bindings.
Schema
.Count;
171
Contracts.Assert(active.Length == _bindings.
Schema
.Count);
366
public override DataViewSchema Schema => _bindings.
Schema
;
382
Ch.Check(column.Index < _bindings.
Schema
.Count);
Transforms\ColumnBindingsBase.cs (1)
660
/// The indices of added columns in the <see cref="
Schema
"/>.