Package index
Data Preparation
Functions for transformation of input data into the format suitable for pattern extraction.
-
partition()
- Convert columns of data frame to Boolean or fuzzy sets
-
dig_contrasts()
- Search for contrast patterns
-
dig_correlations()
- Search for conditional correlations
-
dig_implications()
- Search for implicative rules
-
dig()
- Search for rules
-
dig_grid()
- Search for grid-based rules
-
format_condition()
- Format condition - convert a character vector to character scalar
-
is_degree()
- Tests whether the given argument is a numeric value from the interval \([0,1]\)
-
is_subset()
- Determine whether the first vector is a subset of the second vector
-
var_grid()
- Create a tibble of combinations of xvar/yvar variable pairs.
-
which_antichain()
- Return indices of first elements of the list, which are incomparable with preceding elements.