Learn R Programming

recommenderlab (version 0.1-2)

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.

Arguments

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.

See Also

dgCMatrix in Matrix