共用方式為


TreeEnsembleFeaturizationEstimatorBase.GetOutputSchema(SchemaShape) 方法

定義

PretrainedTreeFeaturizationEstimator 將三個浮向量資料行加入 inputSchema 。 假設有特徵向量資料行,新增的資料行是所有樹狀的預測值、特徵向量的分葉識別碼,以及這些分葉的路徑。

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

實作

適用於