SunBai | R Documentation |
A small example database for weighted association rule mining provided as an object of class transactions.
Object of class transactions with 6 transactions and 8 items. Weights are stored as transaction information.
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.
K. Sun and F. Bai (2008). Mining Weighted Association Rules without Preassigned Weights. IEEE Transactions on Knowledge and Data Engineering, 4 (30), 489–495.
Other weighted association mining functions:
hits()
,
weclat()
data(SunBai)
summary(SunBai)
inspect(SunBai)
transactionInfo(SunBai)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.