Description Usage Arguments Methods (by generic) Slots
The S4 class FrequentSets
characterises the frequently
occuring item sets using four different slots. Objects of the class
FrequentSets
can be analysed with show
,
summary
and plot
.
1 2 3 4 5 6 7 8 |
object |
Object of class FrequentSets |
x |
Object of class |
show
: Shows the total number of the frequently occuring
item sets and how often the different sets sizes occur.
summary
: Provides an overview of the frequently occuring item sets
plot
: Plots a bar plot of the frequencies of the different
set sizes.
sets
Every generated item set summarised in the shape of a sparsematrix (ngCMatrix)
supports
Numeric vector containing the calculated support for the respective sets
items
Character vector containing the item names of the transaction matrix
minsup
User specified minimum support
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.