check_attribute {niarules} | R Documentation |
This function checks if the attribute conditions specified in the association rule are satisfied for a given instance row.
check_attribute(attribute, instance_row)
attribute |
An attribute with type and name information. |
instance_row |
A row representing an instance in the dataset. |
TRUE if conditions are satisfied, FALSE otherwise.