Last chance! 50% off unlimited learning
Sale ends in
A small example database for weighted association rule mining
provided as an object of class
transactions
.
data(SunBai)
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.
Class
transactions
,
method
transactionInfo
,
function
hits
.
# NOT RUN {
data(SunBai)
summary(SunBai)
inspect(SunBai)
transactionInfo(SunBai)
# }
Run the code above in your browser using DataLab