realRatingMatrix-class: Class "realRatingMatrix": Real-valued Rating Matrix
Description
A matrix containing ratings (typically 1-5 stars, etc.).
Note that 0 codes for a missing rating.Objects from the Class
Objects can be created by calls of the form new("realRatingMatrix", data = m), where m is sparse matrix of class dgCMatrix
(see package~Matrix).Extends
Class "ratingMatrix", directly.