checks#

Rough sets related check/test functions.

The skrough.checks module delivers rough sets related check functions of various kinds.

Functions

check_if_approx_reduct(x, x_counts, y, ...)

Check if specified attributes form an approximate reduct.

check_if_bireduct(x, x_counts, y, y_count, ...)

Check if specified objects and attributes form a bireduct.

check_if_consistent_table(x, y)

Check if decision table is consistent.

check_if_functional_dependency(x, y[, objs, ...])

Check functional dependency between conditional attributes and the decision.

check_if_reduct(x, x_counts, y, y_count, attrs)

Check if specified attributes form a reduct.