共用方式為


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

適用於