# NOT RUN {
data(Agrawal)
summary(Agrawal.pat)
summary(Agrawal.db)
## the data sets was generated with the following code
# }
# NOT RUN {
Agrawal.pat <- random.patterns(1000, nPats = 2000, method = "agrawal",
lPats = 2, corr = 0.5, cmean = 0.5, cvar = 0.1, iWeight = NULL,
verbose = FALSE)
Agrawal.db <- random.transactions(1000, 20000, method="agrawal",
patterns = Agrawal.pat)
# }
Run the code above in your browser using DataLab