TreeEnsembleFeaturizationEstimatorBase.GetOutputSchema(SchemaShape) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 。