com.microsoft.ml.spark.core.schema.DatasetExtensions
Gets the column values as the given type.
Gets the column values as the given type.
The type to retrieve.
The column name to retrieve from.
The sequence of values in the column.
Gets the spark dense vector column.
Gets the spark dense vector column.
The spark dense vector column.
Gets the spark sparse vector column.
Gets the spark sparse vector column.
The spark sparse vector column.
Finds an unused column name given initial column name in the given schema.
Finds an unused column name given initial column name in the given schema. The unused column name will be given prefix with a number appended to it, eg "testColumn_5". There will be an underscore between the column name and the number appended.
The unused column name.