SingleFeaturePredictionTransformerBase<TModel>.GetOutputSchema Method
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.
Schema propagation for this prediction transformer.
public override sealed Microsoft.ML.DataViewSchema GetOutputSchema (Microsoft.ML.DataViewSchema inputSchema);
override this.GetOutputSchema : Microsoft.ML.DataViewSchema -> Microsoft.ML.DataViewSchema
Public Overrides NotOverridable Function GetOutputSchema (inputSchema As DataViewSchema) As DataViewSchema
Parameters
- inputSchema
- DataViewSchema
The input schema to attempt to map.
Returns
The output schema of the data, given an input schema like inputSchema
.