org.apache.spark.ml

recommendation

package recommendation

Visibility
  1. Public
  2. All

Type Members

  1. class ALS extends Estimator[ALSModel] with ALSParams

    :: Experimental :: Alternating Least Squares (ALS) matrix factorization.

  2. class ALSModel extends Model[ALSModel] with ALSModelParams

    :: Experimental :: Model fitted by ALS.

Value Members

  1. object ALS extends Logging with Serializable

    :: DeveloperApi :: An implementation of ALS that supports generic ID types, specialized for Int and Long.

Members