This function prints association rules including antecedent, consequence, support, confidence, and fitness. For time series datasets, it also includes the start and end timestamps instead of indices.
print_association_rules(rules, is_time_series = FALSE, timestamps = NULL)
Prints the association rules.
A list containing association rules.
A boolean flag indicating if time series information should be included.
A vector of timestamps corresponding to the time series data.