Share via


CountVectorizer.SetOutputCol(String) Method

Definition

Sets the name of the new column the CountVectorizer creates in the DataFrame.

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

Parameters

value
String

The name of the output column which will be created.

Returns

New CountVectorizer with the output column set

Applies to