Dela via


SsaForecastingEstimator.GetOutputSchema(SchemaShape) Method

Definition

Schema propagation for transformers. Returns the output schema of the data, if the input schema is like the one provided. Creates three output columns if confidence intervals are requested otherwise just one.

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