IidSpikeEstimator.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 override Microsoft.ML.SchemaShape GetOutputSchema (Microsoft.ML.SchemaShape inputSchema);
override this.GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
Public Overrides Function GetOutputSchema (inputSchema As SchemaShape) As SchemaShape

Parameters

inputSchema
SchemaShape

Returns

Applies to