This function calculates the support and confidence for the given antecedent and consequent in the dataset instances.
supp_conf(antecedent, consequent, instances, features)
A list containing support and confidence values.
The antecedent part of the association rule.
The consequent part of the association rule.
A data frame representing instances in the dataset.
A list containing information about features, including type and bounds.