predict {SparkR}R Documentation

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, ...)

See Also

spark.glm, glm

spark.kmeans, spark.naiveBayes, spark.survreg


[Package SparkR version 2.0.0 Index]