org.apache.spark.mllib.recommendation
:: DeveloperApi :: Predict the rating of many users for many products.
:: DeveloperApi :: Predict the rating of many users for many products. This is a Java stub for python predictAll()
A JavaRDD with serialized tuples (user, product)
JavaRDD of serialized Rating objects.
Predict the rating of many users for many products.
Predict the rating of many users for many products. The output RDD has an element per each element in the input RDD (including all duplicates) unless a user or product is missing in the training set.
RDD of (user, product) pairs.
RDD of Ratings.
Predict the rating of one user for one product.
RDD of tuples where each tuple represents the productId and the features computed for this product.
Rank for the features in this model.
RDD of tuples where each tuple represents the userId and the features computed for this user.
Model representing the result of matrix factorization.