CountVectorizerModel.SetInputCol(String) Metoda

Definice

Nastaví sloupec, ze kterého CountVectorizerModel by měl číst.

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

Parametry

value
String

Název sloupce, který se má použít jako zdroj.

Návraty

CountVectorizerModel se vstupním sloupcem nastaveným

Platí pro