Share via


IDFModel.SetOutputCol(String) Method

Definition

The IDFModel will create a new column in the DataFrame, this is the name of the new column.

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

Parameters

value
String

The name of the new column which contains the tokens

Returns

New IDFModel object

Applies to