共用方式為


Bucketizer.SetOutputCols(List<String>) 方法

定義

將在 DataFrame 中建立的資料 Bucketizer 行清單。

public Microsoft.Spark.ML.Feature.Bucketizer SetOutputCols (System.Collections.Generic.List<string> value);
member this.SetOutputCols : System.Collections.Generic.List<string> -> Microsoft.Spark.ML.Feature.Bucketizer
Public Function SetOutputCols (value As List(Of String)) As Bucketizer

參數

value
List<String>

將包含貯體識別碼的資料行名稱清單

傳回

新增 Bucketizer 物件

適用於