Learn R Programming

recommenderlab (version 0.1-0)

binaryRatingMatrix-class: Class "binaryRatingMatrix": A Binary Rating Matrix

Description

A matrix to represent binary ratings. Here 1 codes for a possitive rating and 0 codes no positive rating (either no or a negative rating.) This coding is common for market basked data where products are either bought or not.

Arguments

Objects from the Class

Objects can be created by calls of the form new("binaryRatingMatrix", data = im), where im is an itemMatrix as defined in package arules.

Extends

Class "ratingMatrix", directly.

See Also

itemMatrix.