RECOM in the package's R directory for examples of usage.
returnRatings(ratings, newdata, type = c("topNList", "ratings", "ratingMatrix"), n, randomize = NULL, minRating = NA)
getParameters(defaults, parameter)returnRatings is used in the predict function of recommender algorithms
to return different types of recommendations.getParameters is a helper function which checks parameters for
consistency and provides default values. Used in the Recommender constructor.