Project features onto principal components
sdf_project(
object,
newdata,
features = dimnames(object$pc)[[1]],
feature_prefix = NULL,
...
)
A Spark PCA model object
An object coercible to a Spark DataFrame
A vector of names of columns to be projected
The prefix used in naming the output features
Optional arguments; currently unused.