com.microsoft.ml.spark.recommendation
Returns top numItems
items recommended for each user, for all users.
Returns top numItems
items recommended for each user, for all users.
max number of recommendations for each user
a DataFrame of (userCol: Int, recommendations), where recommendations are stored as an array of (itemCol: Int, rating: Float) Rows.
Returns top numItems
items recommended for each user id in the input data set.
Returns top numItems
items recommended for each user id in the input data set. Note that if
there are duplicate ids in the input dataset, only one set of recommendations per unique id
will be returned.
a Dataset containing a column of user ids. The column name must match userCol
.
max number of recommendations for each user.
a DataFrame of (userCol: Int, recommendations), where recommendations are stored as an array of (itemCol: Int, rating: Float) Rows.
The id of the module
The id of the module
SAR Model