Print summary of a classification model obtained by APRIORI
Print summary of the set of rules in the classification model obtained by APRIORI.
## S3 method for class 'apriori' summary(object, ...)
object |
The model to be printed. |
... |
Other parameters. |
require ("datasets") data (iris) d = discretizeDF (iris, default = list (method = "interval", breaks = 3, labels = c ("small", "medium", "large"))) model = APRIORI (d [, -5], d [, 5], supp = .1, conf = .9, prune = TRUE) summary (model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.