Package org.apache.spark.ml.recommendation


package org.apache.spark.ml.recommendation
  • Class
    Description
    Alternating Least Squares (ALS) matrix factorization.
     
    Trait for least squares solvers applied to the normal equation.
    Rating class for better code readability.
     
     
    Model fitted by ALS.