arules (version 1.6-6)

SunBai: The SunBai Data Set

Description

A small example database for weighted association rule mining provided as an object of class transactions.

Usage

data(SunBai)

Arguments

Details

The data set contains the example database described in the paper by K. Sun and F.Bai for illustration of the concepts of weighted association rule mining. weight stored as transaction information denotes the transaction weights obtained using the HITS algorithm.

See Also

Class transactions, method transactionInfo, function hits.

Examples

Run this code
# NOT RUN {
data(SunBai)
summary(SunBai)
inspect(SunBai)

transactionInfo(SunBai)
# }

Run the code above in your browser using DataCamp Workspace