次の方法で共有


TreeEnsembleFeaturizationEstimatorBase.GetOutputSchema(SchemaShape) メソッド

定義

PretrainedTreeFeaturizationEstimator に 3 つの float-vector 列を 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

実装

適用対象