PredictionTransformerBase<TModel>.GetOutputSchema 方法

定义

Gets the output schema resulting from the Transform(IDataView)

public abstract Microsoft.ML.DataViewSchema GetOutputSchema (Microsoft.ML.DataViewSchema inputSchema);
abstract member GetOutputSchema : Microsoft.ML.DataViewSchema -> Microsoft.ML.DataViewSchema
Public MustOverride Function GetOutputSchema (inputSchema As DataViewSchema) As DataViewSchema

参数

inputSchema
DataViewSchema

DataViewSchema输入数据。

返回

生成的 DataViewSchema

实现

适用于