calculate_fitness | R Documentation |
This function calculates the fitness of an association rule using support and confidence.
calculate_fitness(supp, conf)
supp |
The support of the association rule. |
conf |
The confidence of the association rule. |
The fitness of the association rule.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.