CountVectorizerModel.SetInputCol(String) 方法

定義

設定 應該從中讀取的資料行 CountVectorizerModel

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

參數

value
String

要作為來源的資料行名稱。

傳回

CountVectorizerModel 具有輸入資料行集

適用於