View source: R/filter_extreme_rules.R
filter_extreme_rules | R Documentation |
Discards rules with too few or too many observations.
filter_extreme_rules(rules_matrix, rules_list, t_ext)
rules_matrix |
A rules matrix. |
rules_list |
A list of rules (names). |
t_ext |
A threshold in [0, 0.5) range to truncate too generic or too specific rules. |
A rules matrix without the rare/common rules.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.