IDFModel.SetInputCol(String) Method

Definition

Sets the column that the IDFModel should read from and convert into buckets

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

Parameters

value
String

The name of the column to as the source

Returns

New IDFModel object

Applies to