calculate_fitness: Calculate the fitness of an association rule.

View source: R/evaluate.R

calculate_fitnessR 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.


niarules documentation built on Sept. 15, 2025, 5:08 p.m.