Share via


Word2VecModel.Transform(DataFrame) Method

Definition

Transform a sentence column to a vector column to represent the whole sentence.

public Microsoft.Spark.Sql.DataFrame Transform (Microsoft.Spark.Sql.DataFrame documentDF);
member this.Transform : Microsoft.Spark.Sql.DataFrame -> Microsoft.Spark.Sql.DataFrame
Public Function Transform (documentDF As DataFrame) As DataFrame

Parameters

documentDF
DataFrame

DataFrame to transform

Returns

Applies to