org.apache.spark.ml

recommendation

package recommendation

Visibility
  1. Public
  2. All

Type Members

  1. class ALS extends Estimator[ALSModel] with ALSParams with DefaultParamsWritable

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

  2. class ALSModel extends Model[ALSModel] with ALSModelParams with MLWritable

    :: Experimental :: Model fitted by ALS.

Value Members

  1. object ALS extends DefaultParamsReadable[ALS] with Logging with Serializable

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

  2. object ALSModel extends MLReadable[ALSModel] with Serializable

    Annotations
    @Since( "1.6.0" )

Members