IDF.SetInputCol(String) Method

Definition

Sets the column that the IDF should read from

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

Parameters

value
String

The name of the column to as the source

Returns

IDF

New IDF object

Applies to