FieldAwareFactorizationMachinePredictionTransformer.GetOutputSchema Method

Definition

Gets the DataViewSchema result after transformation.

public override Microsoft.ML.DataViewSchema GetOutputSchema (Microsoft.ML.DataViewSchema inputSchema);
override this.GetOutputSchema : Microsoft.ML.DataViewSchema -> Microsoft.ML.DataViewSchema
Public Overrides Function GetOutputSchema (inputSchema As DataViewSchema) As DataViewSchema

Parameters

inputSchema
DataViewSchema

The DataViewSchema of the input data.

Returns

The post transformation DataViewSchema.

Applies to