calculate_fitness {niarules} | 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.