2 references to OutputSchema
Microsoft.ML.Core (1)
Data\ISchemaBindableMapper.cs (1)
80
/// the returned value must have the same schema as <see cref="ISchemaBoundMapper.
OutputSchema
"/>.
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
55
var outputSchema = boundMapper.
OutputSchema
;