concepts.benchmark.logic_induction.boolean_normal_form_dataset.TruthTableDataset#

class TruthTableDataset[source]#

Bases: Dataset

Learning a truth table.

Methods

__add__(other)#
Parameters:

other (Dataset[T_co])

Return type:

ConcatDataset[T_co]

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