inferlo.Domain

class inferlo.Domain[source]

Describes set of values which a variable can take.

__init__()

Methods

__init__()

is_discrete()

Whether the domain is discrete.

size()

Cardinality of the domain.

is_discrete()[source]

Whether the domain is discrete.

size()[source]

Cardinality of the domain.