concepts.benchmark.logic_induction.graph_dataset.GraphOutDegreeDataset
-
class GraphOutDegreeDataset[source]
Bases: GraphDatasetBase
Methods
-
__add__(other)
- Parameters:
other (Dataset[T_co])
- Return type:
ConcatDataset[T_co]
-
__getitem__(item)[source]
-
__init__(nr_nodes, p, epoch_size, degree=2, directed=False, gen_method='dnc')[source]
-
__len__()
-
__new__(**kwargs)