次の方法で共有


IEstimator<TTransformer>.GetOutputSchema(SchemaShape) メソッド

定義

推定器のスキーマ伝達。 入力スキーマ図形が指定されたスキーマ図形と同じ場合は、エスティメーターの出力スキーマ図形を返します。

public Microsoft.ML.SchemaShape GetOutputSchema (Microsoft.ML.SchemaShape inputSchema);
abstract member GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
Public Function GetOutputSchema (inputSchema As SchemaShape) As SchemaShape

パラメーター

inputSchema
SchemaShape

戻り値

適用対象