IDF.SetOutputCol(String) Method

Definition

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

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

Parameters

value
String

The name of the new column

Returns

IDF

New IDF object

Applies to