calculate_fitness: Calculate the fitness of an association rule.
Description
This function calculates the fitness of an association rule using support and confidence.
Usage
calculate_fitness(supp, conf)
Value
The fitness of the association rule.
Arguments
- supp
The support of the association rule.
- conf
The confidence of the association rule.