共用方式為


IDFModel.SetOutputCol(String) 方法

定義

IDFModel將會在 DataFrame 中建立新的資料行,這是新資料行的名稱。

public Microsoft.Spark.ML.Feature.IDFModel SetOutputCol (string value);
member this.SetOutputCol : string -> Microsoft.Spark.ML.Feature.IDFModel
Public Function SetOutputCol (value As String) As IDFModel

參數

value
String

包含標記的新資料行名稱

傳回

新增 IDFModel 物件

適用於