calculate_fitness {niarules} | R Documentation |
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)
Arguments
supp |
The support of the association rule. |
conf |
The confidence of the association rule. |
Value
The fitness of the association rule.
[Package niarules version 0.1.0 Index]