次の方法で共有


FieldAwareFactorizationMachinePredictionTransformer.GetOutputSchema メソッド

定義

変換後の結果を DataViewSchema 取得します。

public override Microsoft.ML.DataViewSchema GetOutputSchema (Microsoft.ML.DataViewSchema inputSchema);
override this.GetOutputSchema : Microsoft.ML.DataViewSchema -> Microsoft.ML.DataViewSchema
Public Overrides Function GetOutputSchema (inputSchema As DataViewSchema) As DataViewSchema

パラメーター

inputSchema
DataViewSchema

DataViewSchema入力データの値。

戻り値

事後変換 DataViewSchemaです。

適用対象