check_if_bireduct#
- skrough.checks.check_if_bireduct(x: ndarray, x_counts: ndarray, y: ndarray, y_count: int, objs: Union[Sequence[int], ndarray[Any, dtype[int64]]], attrs: Union[Sequence[int], ndarray[Any, dtype[int64]]]) bool[source]#
Check if specified objects and attributes form a bireduct.
_extended_summary_
- Parameters:
x – Input data table.
x_counts – _description_
y – Input decision.
y_count – _description_
objs – _description_
attrs – _description_
- Returns:
Indication whether the specified objects and attributes form a reduct.