Tests whether a pattern and a data list (row of a data frame) match, e.g., for implementing classification methods.
is.pattern.matching(pattern, data.list)An instance of class Pattern, e.g., returned by DiscoverSubgroups.
A list having the attributes as 'keys', and the values as respective values of the list. This corresponds, for example, to a row of a data frame.