Share via


Tokenizer.SetInputCol(String) Method

Definition

Sets the column that the Tokenizer should read from

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

Parameters

value
String

The name of the column to as the source

Returns

New Tokenizer object

Applies to