LIST {recommenderlab}R Documentation

List Representation for Recommender Matrix Objects

Description

Create a list representation for variouse objects used in recommenderlab.

Usage

## S4 method for signature 'realRatingMatrix':
LIST(from, decode = TRUE, ratings = TRUE, ...)
## S4 method for signature 'binaryRatingMatrix':
LIST(from, decode = TRUE, ...)
## S4 method for signature '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.


[Package recommenderlab version 0.1-0 Index]