SingleFeaturePredictionTransformerBase<TModel>.GetOutputSchema Method

Definition

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.

Implements

Applies to