IRowToRowMapper.OutputSchema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an instance of DataViewSchema which describes the columns' names and types in the output generated by this mapper.
public Microsoft.ML.DataViewSchema OutputSchema { get; }
member this.OutputSchema : Microsoft.ML.DataViewSchema
Public ReadOnly Property OutputSchema As DataViewSchema