Share via


CountVectorizerModel.GetInputCol Method

Definition

Gets the column that the CountVectorizerModel should read from and convert into buckets. This would have been set by SetInputCol

public string GetInputCol ();
member this.GetInputCol : unit -> string
Public Function GetInputCol () As String

Returns

string, the input column

Applies to