concepts.benchmark.logic_induction.boolean_normal_form_dataset.ParityDataset#

class ParityDataset[source]#

Bases: Dataset

Learning the parity function.

Methods

__add__(other)#
Parameters:

other (Dataset[T_co])

Return type:

ConcatDataset[T_co]

__getitem__(item)[source]#
__init__(nr_variables)[source]#
__len__()[source]#
__new__(**kwargs)#