org.apache.spark.mllib.recommendation
Rank for the features in this model.
RDD of tuples where each tuple represents the userId and the features computed for this user.
RDD of tuples where each tuple represents the productId and the features computed for this product.
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.