FieldAwareFactorizationMachineTrainer.GetOutputSchema(SchemaShape) Method

Definition

Schema propagation for transformers. Returns the output schema of the data, if the input schema is like the one provided.

public Microsoft.ML.SchemaShape GetOutputSchema (Microsoft.ML.SchemaShape inputSchema);
abstract member GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
override this.GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
Public Function GetOutputSchema (inputSchema As SchemaShape) As SchemaShape

Parameters

inputSchema
SchemaShape

Returns

Implements

Applies to