IDFModel.GetOutputCol Method

Definition

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

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

Returns

string, the output column

Applies to