Implemented interface member:
property
OutputSchema
Microsoft.ML.Data.IRowToRowMapper.OutputSchema
1 write to OutputSchema
Microsoft.ML.Data (1)
DataView\CompositeRowToRowMapper.cs (1)
38OutputSchema = Utils.Size(mappers) > 0 ? mappers[mappers.Length - 1].OutputSchema : inputSchema;
1 reference to OutputSchema
Microsoft.ML.Data (1)
DataView\CompositeRowToRowMapper.cs (1)
78deps[deps.Length - 1] = OutputSchema.Where(c => activeIndices.Contains(c.Index));