Learn R Programming

niarules (version 0.2.0)

print_association_rules: Print Numerical Association Rules

Description

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.

Usage

print_association_rules(rules, is_time_series = FALSE, timestamps = NULL)

Value

Prints the association rules.

Arguments

rules

A list containing association rules.

is_time_series

A boolean flag indicating if time series information should be included.

timestamps

A vector of timestamps corresponding to the time series data.