SparkR (version 2.1.2)

predict: Makes predictions from a MLlib model

Description

Makes predictions from a MLlib model. For more information, see the specific MLlib model below.

Usage

predict(object, ...)

Arguments

object

a fitted ML model object.

...

additional argument(s) passed to the method.

See Also

spark.glm, glm,

spark.als, spark.gaussianMixture, spark.gbt, spark.isoreg,

spark.kmeans,

spark.logit, spark.mlp, spark.naiveBayes,

spark.randomForest, spark.survreg