TreeEnsembleFeaturizationEstimatorBase.GetOutputSchema(SchemaShape) 方法

定义

PretrainedTreeFeaturizationEstimator 将三个浮向量列添加到 中 inputSchema。 给定特征向量列,添加的列是所有树的预测值、特征向量所属的叶 ID 以及这些树叶的路径。

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

包含特征列的架构。 请注意,功能列名称可由 指定 InputColumnName

返回

生成的PretrainedTreeFeaturizationEstimator输出SchemaShape

实现

适用于