arules (version 1.7-7)

SunBai: The SunBai Weighted Transactions Data Set

Description

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

Arguments

Format

Object of class transactions with 6 transactions and 8 items. Weights are stored as transaction information.

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

Other weighted association mining functions: hits(), weclat()

Examples

Run this code
data(SunBai)
summary(SunBai)
inspect(SunBai)

transactionInfo(SunBai)

Run the code above in your browser using DataLab