Learn R Programming

recommenderlab (version 0.1-2)

LIST: List Representation for Recommender Matrix Objects

Description

Create a list representation for variouse objects used in recommenderlab.

Usage

## S3 method for class 'realRatingMatrix':
LIST(from, decode = TRUE, ratings = TRUE, ...)
## S3 method for class 'binaryRatingMatrix':
LIST(from, decode = TRUE, ...)
## S3 method for class 'topNList':
LIST(from, decode = TRUE, ...)

Arguments

from
.
decode
use item names or item IDs (col numbers) for items?
ratings
create list of ratings?
...
further arguments (currently unused).

Value

  • Returns a list.

See Also

binaryRatingMatrix, realRatingMatrix, topNList.