Description Usage Arguments Value Examples
freq_item
finds every frequent item set depending
on the chosen minimum support. The function demands a transaction matrix
and a user specified minimum support.
1 | freq_items(input, m_sup)
|
input |
Binary matrix containing transaction data, with rows
representing transactions and columns representing items. Can be
either logical or numeric, every value has to be either 0 / 1 or
FALSE / TRUE (0 or FALSE if item is not bought). Columns should be
named. |
m_sup |
User specified minimum support |
Returns an object of class FrequentSets
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.