MetaMulticlassTrainer<TTransformer,TModel>.GetOutputSchema 方法

定义

获取输出列。

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

参数

inputSchema
SchemaShape

输入架构。

返回

输出 SchemaShape

实现

适用于