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